/* CSS-file für www.krutsche.de */

/* wichtige farben
hellgrau   = ECECEC
dunkelblau = 003188
hellblau1  = EFF5FF
hellblau2  = DBE4F4
*/

html, body, div, p, h1, h2, h3, span, a, table, td, form, img, li
{ margin:0; padding:0; font:small/1.5em Arial, Helvetica, sans-serif; text-align:left; vertical-align:top; }

/* IE != relative schriftgrößen */
html, body { background:#ECECEC; font-size:0.01em; }

a:link 		{ color:#003188; text-decoration:underline; }
a:visited 	{ color:#003188; text-decoration:underline; }
a:hover 	{ color:#003188; text-decoration:none; }
a:active 	{ color:#003188; text-decoration:underline; }

.center 	{ text-align:center; }
.right 		{ text-align:right; }
.middle 	{ vertical-align:middle; }

img 		{ border:0; }
td.rightCol img, div.picLine img, img.imgBorder
			 { padding:1px; border:1px solid #003188; }
td.rightCol img, img.imgBorder
			{ margin-bottom:3px; }

ul, ol		{  }

/* kontaktform */
table.some 	{ border:0; border-collapse:collapse; background-color:#EFF5FF; }
table.some td
			{ font-size:0.9em; }
.row1 		{ background-color: #FFFFFF; }
input, textarea
			{ border:1px solid #003188; width:200px; padding:1px; margin:3px; font:0.9em Arial, Helvetica, sans-serif; }
textarea
			{ width:400px; }


/* headers */
h1 			{ font-size:22px; color:#003188; letter-spacing:1px; }
h2 			{ font-size:11px; color:#003188; font-weight:bold; padding-left:45px; }
h3 			{ font-size:11px; line-height:16px; color:#003188; font-weight:bold; background:url(layout/bg_h2_rechts.gif) left top no-repeat; padding-left:18px; }

/* navigation links */
.nav_text 	{ font-size:11px; font-weight:bold; padding-top:5px; padding-left:8px; }

.nav_links 	{ background:url(layout/nav_bg_links.gif) left top no-repeat; width:146px; height:26px; cursor:pointer; color:#003188; }

.nav_links_hover 
			{ background:url(layout/nav_bg_links_hover.gif) left top no-repeat; width:146px; height:26px; cursor:pointer; color:#FFFFFF; }

.nav_links_pfeil 
			{ background:url(layout/nav_bg_links_hover_pfeil.gif) left top no-repeat; width:146px; height:26px; cursor:pointer; color:#FFFFFF; }

.nav_links2 { background:url(layout/nav_bg_links2.gif) left top no-repeat; width:146px; height:26px; cursor:pointer; color:#003188; }

.nav_links2_pfeil 
			{ background:url(layout/nav_bg_links2_hover_pfeil.gif) left top no-repeat; width:146px; height:26px; cursor:pointer; color:#ffffff; }

.nav_rechts { background:url(layout/nav_bg_rechts.gif) left top no-repeat; width:148px; height:26px; cursor:pointer; color:#003188; }

.nav_rechts_hover 
			{ background:url(layout/nav_bg_rechts_hover.gif) left top no-repeat; width:148px; height:26px; cursor:pointer; color:#FFFFFF; }
			
/* div */
div.mainContent
			{ padding-top:20px; width:95%; }
div.picLine	{ text-align:center; }
div.picLine	img
			{ margin:10px; }
td.rightCol div { font-size:0.9em; }
