@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0px;
}


h3 {
	font-size:12px;
}


#content_main a, #teaser a {
	color: #0291db;
	text-decoration:none;
}

#content_main a:hover, #teaser a:hover {
	color: #0a4c6f;
}




#page{
	width: 1000px;
	margin: auto;
	text-align: left;
	background-position:center;
	height: 100%;
}

.button {
	position:absolute;
}


/********** T E A S E R **********/

#teaser {
	float:right;
	width: 244px;
	color: #636363;	
	margin-top:-13px;
}

#teaser h1 {
	color: #303030;
	font-size: 13px;
	background-color: #d0cece;
	height: 25px;
	padding-left: 10px;
	padding-top:6px;
	margin-bottom: 20px;
}



.subnavi {
	padding-top: 5px;
}
.subnav_element table a{	
	font-size: 12px;
	color: #7c7c7c;
	text-decoration: none;
}
.subnav_element_act a{
	text-decoration:none;
	font-size: 12px;
	color: #636363;
}

.pt {
	color: #ffffff;
}


***************************************************

.punkt {
	cursor: pointer;
}
table { 
	font-size: 12px; 
}

table td {
	vertical-align: top;
}



#head{
	height: 120px;
}

#head a {
	color: #848484;
	text-decoration:none;
}
#head a:hover {
	/*color: #00b0fa;*/
	color: #006699;
	text-decoration:none;
}

/********** N A V I **********/
#navi {
	height: 30px;
	background-color: #505050;
	color: #FFFFFF;
}

#navi_element {
	margin-left: 15px;
	font-size: 14px;
	padding-top: 5px;
}

.navi_element a{
	color:#FFFFFF;
	font-size: 14px;
	text-decoration:none;
}
#navi_element a:hover{
	color: #00b0fa;
}

.navi_element_active a  {
	color: #00b0fa;
	text-decoration:none;
	font-size: 14px;
}

/********** P A G E T I T L E **********/

#pagetitle2 {
	padding-left: 40px;
	padding-top: 25px;
	font-size:15px;
}

/********** F L A S H **********/
#flash {
	float:left;
	width: 335px;
	
}

/********** L O G O **********/
#logo {
	float:right;
	width: 665px;
	color: #848484;
	font-size:11px;
	line-height: 23px;

}

/********** C O N T E N T **********/
#content_all {
	padding-top:25px;
}
#content_main {
	float:left;
	width: 615px;
	padding-left: 40px;
	color: #636363;
}
#content_main h1 {
	color: #303030;
	font-size: 13px;
}




/********** F O O T E R **********/
#footer, #footer a {
	margin-top:100px;
	clear:both;
	font-size: 10px;
	color: #676767;
	text-decoration:none;
	
	margin-bottom:100px;
	margin-top:50px;
}
#footer a:hover {
	color: #00b0fa;;
}
/*************************************************/


