/* copyright ArtProLog 2007 Ursula Bartels */

/* BODY */
body							 { color: #666; font-size: 0.75em; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: white; text-align: center; margin: 20px 0 0; padding: 0 }

/* PRE FORMAT */
p,pre							{ margin: 0 0 2px }
img								{ border-style: none }

h1,h2,h3,h4						{ font-weight: bold;  }
h1								{ font-size: 1.7em; text-transform: uppercase; margin-top: 5px; margin-bottom: 5px }
h2								{ font-size: 1.5em; margin: 0 }
h3								{ font-size: 1.3em; margin: 0 }
h4								{ font-size: 1em; margin: 0 }

/* LINK */
a,
a:link,
a:visited,
a:hover,
a:active						{  color: #666; text-decoration: underline }

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active				{  color: #fff; text-decoration: none }

/* CLASSES */
.pb								{ font-weight: bold }
.clearer						{ font-size: 1px; line-height: 1px; height: 1px; clear: left }
.separator						{ margin-top: 10px; margin-bottom: 10px; height: 1px; border-top: 1px solid #fff }

/* LOGO PRINT*/
#logo_print						{ display: none}

/* CONTAINER */
#container						{ text-align: center; margin: auto; width: 900px; overflow: hidden }

#top							{
	background-image: url(../images/layout/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	height: 87px;
	display: block; }

/* NAVIGATION */
#navigationbox					{
	background-image: url(../images/layout/nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	width: 900px;
	height: 42px;}
#navigation						{
	text-align: left;
	position: absolute;
	height: 42px;
	z-index: 100; }

/* CONTENT */
#contentbox						{
	background-image: url(../images/layout/content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	position: relative;
	width: 900px;
	height: 427px;
	z-index: 1;
	overflow: hidden;
	display: block; }
	
#contentboxbgrd						{
	background-image: url(../images/misc/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 898px;
	height: 427px;
	margin-right: 1px;
	margin-left: 1px; }
#contentlinks						{
	width: 450px;
	line-height: 2em;
	padding: 0;
	height: 427px;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 1px; }
#content						{
	width: 370px;
	height: 335px;
	overflow: auto;
	line-height: 2em;
	padding: 30px;
	display: block;
	float: left;
	margin-top: 15px; }

/* FOOTER */
#footer							{
	color: #fff;
	font-size: 0.9em;
	line-height: 2em;
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	height: 24px;
	display: block; }

/* FORM */
form 							{ margin-left: 0px}
label							{ font-weight: normal; text-align: left; display: block; margin-right: 10px; margin-bottom: 0px; width: 100px; float: left }
.csc-mailform-field 			{ clear: left}
form,fieldset					{ border-width: 0; margin: 0; padding: 0 }
input,textarea,select			{ color:#666; font-size: 11px; background-color: #fff; width:160px; margin-bottom: 5px; padding: 1px; border: solid 1px #666}
.csc-mailform-submit   			{ display: block; margin-top: 3px; width:164px; margin-left: 110px }
