
/************************ ALLGEMEINE DEKLARATIONEN ******************************/

body {

	height: 100%;
	margin: 15px 0px;
	padding: 0px;
	
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size:11px;
	line-height:14px;

	color: #303030;
	background-color: #eceff0;
}


IMG {

	border: none;
}


TD {

	font-family: "Lucida Sans", Arial, Helvetica;
	font-size:11px;
	line-height:14px;
}


p, li {

	text-align: justify;
	margin: 0px;
	font-size: 11px;
	line-height: 20px;
}


FORM {
	
	margin: 0px;
}


/************************* TOPICS / ÜBERSCHRIFTEN ***************************/


H1 {

	display: inline;

	font-size: 18px;
	line-height: 30px;
	color: #373737;
	font-weight: bold;
	
	margin: 0px 15px 20px 0px;
}


H2 {

	display: block;
	
	font-size: 15px;
	line-height: 20px;

	color: #373737;
	font-weight: bold;
	
	margin: 0px 0px 5px 0px;
}


H3 {

	display: inline;
	
	font-size: 15px;
	line-height: 25px;
	color: #373737;
	font-weight: bold;
	
	margin: 0 15px 20px 0;
}

H4 {

	display: block;
	
	font-size: 13px;
	line-height: 20px;
	color: #373737;
	font-weight: bold;
	
	margin: 0 10px 10px 0;
}

H5 {

	display: inline;
	
	font-size: 12px;
	line-height: 9px;
	color: #373737;
	font-weight: bold;
	
	margin: 0 10px 0 5px;
}


/**************************** HEADER **********************************/


#header {

	width: 738px;
	text-align: right;
	vertical-align: middle;
	
	background-image: url(../layout/header/header_menu_bg.png);
	
	white-space: nowrap;
}

#header.split {

	margin: 0 10px 0 10px;
}

#header #welcome {
	
	color: #333;
	
	margin-top: 22px;
	margin-left: 100px; 
	
	float: left;
	font-size: 11px;
	
}


/**************************** MENU **********************************/


#menu {
	
	padding-top: 8px;
}


#menu .topic {

	width: 150px; 
	padding: 9px 3px 4px 10px;  
	
	color: #ffffff; 
	font-weight: bold; 	

	background-image: url(/layout/menu/topic_kk.png);

}


#menu .subtopic {

	margin: 3px 0px 0px 0px;
	padding: 4px 0px 4px 10px;  
	
	color: #ffffff; 
	font-weight: bold; 	

	background-image: url(/layout/menu/subtopic_kk.png);
}


#menu .box {
	
	width: 150px; 
	padding-bottom: 8px;
	
	background-image: url(/layout/menu/box.png); 
	background-repeat:no-repeat; 
	background-position: bottom; 	
}


#menu .box .elements {

	color: #303030;
	font-size: 10px;
	
	padding: 5px 10px;
}

#menu .box .elements p {

	text-align: left;
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	line-height: 145px;
}



#menu .partner {
	
	width: 150px; 
	padding: 0px; 
}



#menu #login_form {

	text-align: center;
	font-size: 10px;
	line-height: 12px;
	
	padding: 5px; 
}


#menu #login_form .form_text {

	border: 1px solid #666; 
	width: 120px;
	padding: 0px;
	margin-bottom: 6px;
}

#menu #login_form .form_submit {

	padding: 0px;
	border: none; 

	width: 128px;
	height: 21px;

	margin-bottom: 8px;
}

#menu #login_form .form_checkbox {

	border: none;
	background: none; 
	
	width: 12px;

	padding: 0px;
	margin: 0px 5px 3px 0px;
	
	vertical-align: middle;
}



/**************************** MENU **********************************/


#submenu {
	
	padding-top: 7px; 
}


#submenu .selected {
	
	padding: 7px 10px 0px 10px;
	
	font-size: 11px;
	font-weight: normal;
	
	background-image: url(../layout/rider/rider_select_bg_kk.gif);
	
	
}


#submenu .rider {
	
	padding: 9px 10px 0px 10px;
	
	font-size: 10px;
	font-weight: normal;

	background-image: url(../layout/rider/rider_element_bg.gif);
	
}




/**************************** CONTENT **********************************/


#content {

	width: 855px;
	vertical-align: top;
	
	margin: 0px;
	padding: 15px 15px 0 20px;
	
}

/**************************** FOOTER **********************************/

#footer {
	
	color: #bbb;
	font-size: 10px;
	
	line-height: 18px;
	
	padding: 30px 0px;
	text-align: center;
}


/**************************** INFOBOX **********************************/

.infobox {
	
	border: 1px dashed #bbb; 
	padding:10px; 
	background-color: #D5E7f1; 

	text-align: center; 
	font-weight: bold;
	line-height: 16px;

	margin: 20px 0px; 
} 


/**************************** LINKS **********************************/

A:link						{ cursor:pointer; color: #303030; text-decoration:none; }
A:visited					{ cursor:pointer; color: #303030; text-decoration:none; }
A:active					{ cursor:pointer; color: #303030; text-decoration:none; }
A:hover						{ cursor:pointer; color: #303030; text-decoration:underline; }

#menu A:link				{ cursor:pointer; font-size: 11px; line-height: 20px; color: #303030; text-decoration:none; }
#menu A:visited				{ cursor:pointer; font-size: 11px; line-height: 20px; color: #303030; text-decoration:none; }
#menu A:active				{ cursor:pointer; font-size: 11px; line-height: 20px; color: #303030; text-decoration:none; }
#menu A:hover				{ cursor:pointer; font-size: 11px; line-height: 20px; color: #303030; text-decoration:underline; }

#menu .topic A:link			{ cursor:pointer; font-size: 11px; line-height: 12px; color: #fff; text-decoration:none; }
#menu .topic A:visited		{ cursor:pointer; font-size: 11px; line-height: 12px; color: #fff; text-decoration:none; }
#menu .topic A:active		{ cursor:pointer; font-size: 11px; line-height: 12px; color: #fff; text-decoration:none; }
#menu .topic A:hover		{ cursor:pointer; font-size: 11px; line-height: 12px; color: #fff; text-decoration:underline; }

#menu .subtopic A:link		{ cursor:pointer; font-size: 11px; line-height: 12px; color: #fff; text-decoration:none; }
#menu .subtopic A:visited	{ cursor:pointer; font-size: 11px; line-height: 12px; color: #fff; text-decoration:none; }
#menu .subtopic A:active	{ cursor:pointer; font-size: 11px; line-height: 12px; color: #fff; text-decoration:none; }
#menu .subtopic A:hover		{ cursor:pointer; font-size: 11px; line-height: 12px; color: #fff; text-decoration:underline; }

#submenu .rider A:link		{ cursor:pointer; color: #303030; text-decoration:none; }
#submenu .rider A:visited	{ cursor:pointer; color: #303030; text-decoration:none; }
#submenu .rider A:active	{ cursor:pointer; color: #303030; text-decoration:none; }
#submenu .rider A:hover		{ cursor:pointer; color: #219CDC; text-decoration:none; }

#submenu .selected A:link		{ cursor:pointer; color: #303030; text-decoration:none; }
#submenu .selected A:visited	{ cursor:pointer; color: #303030; text-decoration:none; }
#submenu .selected A:active		{ cursor:pointer; color: #303030; text-decoration:none; }
#submenu .selected A:hover		{ cursor:pointer; color: #303030; text-decoration:underline; }

#footer A:link				{ cursor:pointer; color: #bbb; text-decoration:none; }
#footer A:visited			{ cursor:pointer; color: #bbb; text-decoration:none; }
#footer A:active			{ cursor:pointer; color: #bbb; text-decoration:none; }
#footer A:hover				{ cursor:pointer; color: #bbb; text-decoration:underline; }

#content A:link				{ cursor:pointer; color:#219CDC; border: none; text-decoration:none; }
#content A:visited			{ cursor:pointer; color:#219CDC; border: none; text-decoration:none; }
#content A:active			{ cursor:pointer; color:#219CDC; border: none; text-decoration:none; }
#content A:hover			{ cursor:pointer; color:#219CDC; border: none; text-decoration: underline; }

#content P A:link			{ cursor:pointer; color:#219CDC; border-bottom:dashed 1px #219CDC; text-decoration:none; }
#content P A:visited		{ cursor:pointer; color:#219CDC; border-bottom:dashed 1px #219CDC; text-decoration:none; }
#content P A:active			{ cursor:pointer; color:#219CDC; border-bottom:dashed 1px #219CDC; text-decoration:none; }
#content P A:hover			{ cursor:pointer; color:#219CDC; border-bottom:solid  1px #219CDC; text-decoration:none; }

#content A.image:link		{ cursor:pointer; border:none !important; }
#content A.image:visited	{ cursor:pointer; border:none !important; }
#content A.image:active		{ cursor:pointer; border:none !important; }
#content A.image:hover		{ cursor:pointer; border:none !important; }

#content H1 A:link			{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H1 A:visited		{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H1 A:active		{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H1 A:hover			{ cursor:pointer; color: #373737; border: none; text-decoration:underline; }

#content H2 A:link			{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H2 A:visited		{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H2 A:active		{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H2 A:hover			{ cursor:pointer; color: #373737; border: none; text-decoration:underline; }

#content H3 A:link			{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H3 A:visited		{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H3 A:active		{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H3 A:hover			{ cursor:pointer; color: #373737; border: none; text-decoration:underline; }

#content H4 A:link			{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H4 A:visited		{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H4 A:active		{ cursor:pointer; color: #373737; border: none; text-decoration:none; }
#content H4 A:hover			{ cursor:pointer; color: #373737; border: none; text-decoration:underline; }



/**************************** TOPNEWS **********************************/

#content .topnews {

	font-size: 11px;

	border-bottom:dashed 1px #BBB;
	color: #373737;
	
	text-align: left;
	
	padding: 6px 0px;
}


#content .topnews .text {

	font-size: 11px;
	line-height: 22px;
	margin-bottom: 10px; 

}

#content .topnews .image {

	float: left;
	margin: 2px 5px 0 0; 

}


/**************************** CONTENT-TABLE **********************************/

.contenttable {
	
	margin-bottom: 30px;
	text-align: left;
}

.contenttable .topic {
	
	padding: 3px;
	border-bottom: dashed 1px #BBB;
	vertical-align: top;
}

.contenttable .top {
	
	padding: 8px;
	border-bottom: dashed 1px #BBB;
	vertical-align: top;
}

.contenttable .bottom {
	
	padding: 8px;
	border-top: dashed 1px #BBB;
	vertical-align: top;
}

.contenttable .left {
	
	width: 17px;
	padding: 8px 8px 5px 0;

	border-right:dashed 1px #BBB;

	vertical-align: top;
}


.contenttable .right {
	
	padding: 0px;  
	width: 336px; 

	width: 17px;
	padding: 8px 0px 5px 8px;

	border-left:dashed 1px #BBB;

	text-align: right;
	vertical-align: top;
}



.contenttable .content {

	padding: 10px;
	vertical-align: top;
}


.contenttable .smalltext {

	font-size: 10px;
	padding: 5px;
	vertical-align: top;
}

.contenttable .smalltext p {

	line-height: 17px;
	text-align: left;

	margin-top:3px;
	margin-bottom:8px;
}

.contenttable .sceneimage {
	
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
}

.contenttable .content p {	

	margin-bottom: 15px;

}


.contenttable .cell {
	
	font-size: 11px;
	font-weight: bold;
	

	padding: 5px;

	border-right: dashed 1px #DDD;
	border-bottom:dashed 1px #DDD;

	text-align: center;
	vertical-align: top;
}

.contenttable .cell_topic {
	
	font-size: 9px;
	font-weight: bold;
	
	color: #636363;

	width: 17px;
	padding: 5px;

	border-right: dashed 1px #DDD;
	border-bottom:dashed 1px #DDD;

	text-align: center;
	vertical-align: top;
}


.contenttable .form_left {
	
	width: 200px;
	padding: 7px 5px;

	border-right:dashed 1px #BBB;

	text-align: right;
	vertical-align: top;
}


.contenttable .form_right {
	
	width:630px; 

	padding: 5px 5px;
	border:none;
	
	font-size: 10px;
	line-height: 16px;

	text-align: left;
	vertical-align: top;
}


.contenttable .form_error {
	
	padding: 5px 5px;
	border:none;
	
	color: #990000;
	
	font-size: 10px;

	text-align: left;
	vertical-align: top;
}


.contenttable .bg1 {
	
	background-color: #e0e9ee;
}

.contenttable .bg2 {
	
	background-color: #eceff0;
}


/**************************** MEDIAFILES **********************************/


#mediafiles {

	width: 800px;
	padding: 10px;
	vertical-align: top;
}

#mediafiles img {

	margin: 0 10px 10px 0;
}


/**************************** GALLERY **********************************/


#gallery {

	width: 830px;
	text-align: left;

	padding: 15px 0px 15px 5px;
	vertical-align: top;
}


#gallery .picture {

	display: inline;
	
	padding: 0px;
	margin: 0px 7px;
}


#gallery .info {
	
	color: #000;
	
	font-size: 10px;
	padding: 0px 2px;
	
	height: 25px;
	
}


/**************************** OTHERS **********************************/


#skyscraper {
	
	vertical-align: top;
	padding: 30px 0px 0px 15px;
	
}




#boxes {

	float: right;

}



.anzeige {
	
	font-size: 9px;
	text-align: right;
	color: #bbb;
	margin-bottom: 20px;
	
}




#searchbox {

	height: 36px;
} 





TD.search {

	color: #eceeef;
	font-size: 11px;
	font-weight: normal;

	padding: 6px 10px 3px 10px;
	vertical-align: top;
	background-image:url(../layout/search_bg.gif); 
}






#info {

	font-weight: normal;
	color: #5a5a5a;
	font-size: 11px;

}




/************************  OPERATE  ******************************/

IFRAME.operate {
	
	height: 0px;
	width: 350px;
}




/************************  MEDIAFILES  ******************************/

#mediaFiles {

	text-align: left;
}


#mediaFiles H1 {

	font-size: 15px;
	margin: 5px 5px 0px 10px;
}

#mediaFiles UL {

	margin: 0px;
	padding: 0px;

	list-style-type: none;
	
	border-style: solid;
	border-color: #eceff0;
	border-width: 1px;

}


#mediaFiles UL.sort {

	margin: 5px;
	padding: 5px;
	list-style-type: none;
	
	min-height: 100px;

	border-style: solid;
	border-color: #eceff0;
	border-width: 1px;

}


#mediaFiles UL.sort:hover {

	border-style: dashed;
	border-color: #d9dde0;
	border-width: 1px;
}

#mediaFiles LI {

	display: inline;
	font-size: 15px;
	margin: 0px;
}

#mediaFiles LI.sort {

	display: block;
	font-size: 15px;
	margin: 0px;
}


#mediaFiles A:link		{ cursor:pointer; color:#b12a00; border:none; text-decoration:none; }
#mediaFiles A:visited	{ cursor:pointer; color:#b12a00; border:none; text-decoration:none; }
#mediaFiles A:active	{ cursor:pointer; color:#b12a00; border:none; text-decoration:none; }
#mediaFiles A:hover		{ cursor:pointer; color:#b12a00; border:none; text-decoration:none; }


#mediaFiles .element_sort {

	margin-bottom:6px;
}

#mediaFiles .element {

	display: inline;
	margin: 0px 9px 0px 0px;
}

#mediaFiles .handle {

    cursor: move;
}





#searchMedia {

	text-align: left;
	width: 720px;
}


#searchMedia H1 {
	
	font-size: 15px;
	margin: 5px 5px 5px 10px;
	padding: 2px 5px;
	background-color: #d9dde0;
	cursor: pointer;
}

#searchMedia .h1info {

	font-size: 9px;
}

#searchMedia A:link		{ cursor:pointer; color:#b12a00; border:none; text-decoration:none; }
#searchMedia A:visited	{ cursor:pointer; color:#b12a00; border:none; text-decoration:none; }
#searchMedia A:active	{ cursor:pointer; color:#b12a00; border:none; text-decoration:none; }
#searchMedia A:hover	{ cursor:pointer; color:#b12a00; border:none; text-decoration:none; }


#searchMedia .element {

	display: inline;
	margin: 0px;
}

#searchMedia .handle {

    cursor: move;
}



/************************  SYSMSG  ******************************/



#sysmsg_overlay {

	background-color: #000000; 
}


#sysmsg_text {

	margin: 10px;

	text-align:center;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}

#sysmsg_subtext {

	margin: 10px;

	text-align:center;
	color: #ffffff;
	font-weight: normal;
	font-size: 17px;
}



/************************ FORMULARE ******************************/


INPUT {

	border: 1px solid #999; 
	
	padding: 1px 2px;

	color: #333;
	background: #FFFFFF; 

	font-size: 11px; 
	letter-spacing: 1px; 

	width: 345px;

}


INPUT.button {
	padding: 0px; 
	border: none; 

	margin: 3px 0 0 1px;
	width: 350px;
	height: 21px;
}


INPUT.checkbox, INPUT.radio {
	
	padding: 1px 3px; 
	border: none; 

	color: #333;
	background: none; 

	font-size: 11px; 
	letter-spacing: 1px; 

	width: 18px;
}


SELECT {
	
	border: 1px solid #999; 

	color: #555;
	background: #FFFFFF; 

	font-size: 11px; 
	letter-spacing: 1px; 

	width: 350px;
}



OPTION {
	
	border: none; 
	
	height: 16px;

	color: #555;
	font-size: 11px; 
	letter-spacing: 1px; 

}


TEXTAREA {

	border: 1px solid #999; 
	
	padding: 1px 2px;

	color: #333;
	background: #FFFFFF; 

	font-size: 11px; 
	letter-spacing: 1px; 

	width: 345px;
	height: 150px;

}



