
/* CSS Document */

html,body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	line-height:19px;
	font-size:12px;
}

#container{
	width:960px;
	border: 1px solid #0068b5;
}

#head{
	width:919px;
	height:102px;
	background-image:url(../pics/head.jpg);
	text-align:left;
	color:#0068b5;
	font-size:21px;
	line-height: 28px;
	padding:42px 0 0 41px;	
}


.text-ck {
	font-size:29px;
	font-weight:bold;
	margin-left: 80px; 
}

#text{
	width:373px;
	/*height:574px;*/
	background-image:url(../pics/logo-transparent.jpg);
	background-repeat:no-repeat;
	
	font-size:9px;
	color:#0068b5;
	text-align:left;
	margin-top: 20px;
	padding:20px 60px 0 43px;
}

p	{
	font-size:12px;
	color:#606161;
	margin-top:-8px;
}

.bild-seite {
	width:162px;
	height:128px;
	background-image:url(../pics/int-seite.jpg);
}

#bild{
	width:485px;
	height:374px;
	/*background-image:url(../pics/bild.jpg);*/
	top:203px;	
	left:476px;
	position:absolute;
}

#clicktext a{
	text-decoration:none;
	color:#0068b5;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
}

#clicktext a:hover{
	text-decoration:underline;
	color:#0068b5;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
}

h1 {
	line-height:19px;
	font-size:16px;
	color:#0068b5;
}

h2, h3 {
	line-height:17px;
	font-size:12px;
	color:#333333;
}










	