/**********************/
/*   cc-kontakt.css   */
/**********************/

#cc-kontakt-menu
			{	position: absolute; top: 18px; left: 473px;
				width:  303px;
				height: 55px;
		}

#cc-kontakt-img
			{	position: absolute; top: 154px; left: 78px;
				width:  293px;
				height: 204px;
			}

#cc-kontakt-text
			{	position: absolute; top: 228px; left: 268px;
				width:  145px;
				height: 121px;
			}
#cc-kontakt-kopie
			{	position: absolute; top: 357px; left: 667px;
				width:  112px;
				height:  11px;
			}

#cc-kontakt-reset
			{	position: absolute; top: 503px; left: 100px;
				width:  159px;
				height: 52px;
			}
#cc-kontakt-send
			{	position: absolute; top: 504px; left: 656px;
				width:  128px;
				height: 52px;
			}

#cc-impressum-linie
			{	position: absolute; top: 196px; left: 266px;
				width:    2px;
				height: 346px;
			}
#cc-impressum
			{	position: absolute; top: 227px; left: 267px;
				width:  552px;
				height: 315px;
			}

a:link img,
a:visited img
			{	border: dotted 1px #FFF;
			}
a:hover img,
a:active img,
a:focus img
			{	border: dotted 1px #888;
			}


/* labels are hidden for normal browsers */
label
			{ z-index: -10;
				font-size: 9pt;
			}

input	{ border: solid 1px #BBB;
				width: 302px;
				height: 15px;
				padding-left: 4px;
				font-size: 8pt;
			}
input.check
			{	border: none;
				width:  14px;
				height: 14px;
			}
input.image
			{	border: none;
			}

textarea
			{	border: solid 1px #BBB;
				width:  368px;
				height: 196px;
				padding:  4px;
				font-size: 8pt;
				font-family: Arial, sans-serif;
			}

/* CSS-hacks to account for box-model error in IE */
* html input	
			{	width: 308px;
				height: 17px;
				font-size: 12px;
			}
* html input.check
			{	width:  17px;
				height: 17px;
			}
* html textarea
			{	width:  378px;
				height: 198px;
			}

#cc-msg
			{	position: absolute; top: 110px; left: 268px;
				font-size: 9pt;
				font-weight: bold;
			}
.success
			{	color: #444;
			}
.error
			{	color: #A00;
			}

#for-name
			{	position: absolute; top: 244px; left: 268px;
			}
#name
			{	position: absolute; top: 244px; left: 338px;
			}
#for-firma
			{	position: absolute; top: 266px; left: 268px;
			}
#firma
			{	position: absolute; top: 266px; left: 338px;
			}
#for-email
			{	position: absolute; top: 288px; left: 268px;
			}
#email
			{	position: absolute; top: 288px; left: 338px;
			}
#for-betreff
			{	position: absolute; top: 310px; left: 268px;
			}
#betreff
			{	position: absolute; top: 310px; left: 338px;
			}
#for-mitteilung
			{	position: absolute; top: 332px; left: 268px;
			}
#mitteilung
			{	position: absolute; top: 354px; left: 268px;
			}
#for-kopie
			{	position: absolute; top: 352px; left: 268px;
			}
#kopie
			{	position: absolute; top: 353px; left: 646px;
			}
