/* CSS definitions for the contentsite */

/* The colours of the links should also be in the logo or other parts of the website
dark blue (top right pixels): 6c8dbb
bright blue (top right pixels): 5ebbdd
bright blue (logo pixel): 60bbdd
bright blue (taken from Wiki): 5ebbdd
dark green (logo pixel): 669933
bright green (taken from Wiki): 8fb639
yellow (taken from Wiki): fcca2a
dark grey (taken from Wiki): 8a7d78
bright grey (taken from Wiki): b6adaa
bright blue grey (taken from Wiki): e2edee
red (taken from Wiki): e52921
*/

div#contentSearch   					{ position:absolute; top:140px }
div#contentMain         				{ position:absolute; top:200px; width:665px; min-height:300px; background-image:url(../mainResources/images/mainBgLogoSchattenHell.gif); background-repeat:no-repeat }
div#contentArea h1      				{ font-size:26px; color:#d40e17 }
/* div#contentArea a.h1					{ color:#d40e17 } */

div#selectBox 							{ background:url(../mainResources/images/searchFieldGraphic.gif) top left no-repeat }
div#selectBox select 					{ margin-left:28px; height:28px; background-color:white; border:1px solid black; font-size:18px; }
div#selectBox span.advice 				{ margin-left:28px }

p                       				{ text-align:justify }
textarea                				{ font-family:"Arial", "Helvetica", "Verdana", sans-serif; font-size:14px }
input                   				{ font-family:"Arial", "Helvetica", "Verdana", sans-serif; font-size:14px }
input.unfilled          				{ background-color:#fcca2a }
textarea.unfilled       				{ background-color:#fcca2a }
select.unfilled         				{ background-color:#fcca2a }									

td                     					{ vertical-align:top; padding-right:0px; width:166px}
/* having same sized input areas */
div#contentMain textarea    			{ width:332px; height:100px }
div#contentMain select					{ width: 332px }
div#contentMain input[type=text] 		{ width: 332px }
div#contentMain input[type=submit] 		{ width: 110px }
div#contentMain input[type=reset] 		{ width: 110px }

/* any list */
div#contentMain ul      				{ list-style-type:none; list-style-image:url(../mainResources/images/pixelBullet.gif) }

/* presse */
div#presse span.title		 			{ font-weight:bold; }
div#presse span.subtitle 				{ font-style:italic; }

div#keyword_definitions					{ display:none }
span.tooltip            				{ border-bottom: 2px dotted #6c8dbb;}
