

html {

	height:100%;
	padding:0px;
	margin:0px;
	
}


body {

	height:100%;
	padding:0px;
	margin:0px;
	
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	line-height:14px;
	color: #000033; 

	background-color: #ffffff;
}


TD {

	padding:3px;
	
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	line-height:14px;
	color: #000033; 

}


IMG {

	border: none;
}

INPUT {

	WIDTH: 150px;

}

H1 {

	font-size: 17px;
	letter-spacing: 0px;

	padding: 10px 5px;
	background-color: #fafafa;

	border-style: solid;
	border-color: #eeeeee;
	border-width: 0 0 1px 0;
}






A:link				{ cursor:pointer; text-decoration: none; 		color: #d32727; }
A:visited			{ cursor:pointer; text-decoration: none; 		color: #d32727; }
A:active			{ cursor:pointer; text-decoration: none; 		color: #d32727; }
A:hover				{ cursor:pointer; text-decoration: underline; 	color: #d32727; }


A.black:link		{ cursor:pointer; text-decoration: none; 		color: #000; }
A.black:visited		{ cursor:pointer; text-decoration: none; 		color: #000; }
A.black:active		{ cursor:pointer; text-decoration: none; 		color: #000; }
A.black:hover		{ cursor:pointer; text-decoration: underline; 	color: #000; }


A.navi:link			{ cursor:pointer; text-decoration: none; 		color: #666; }
A.navi:visited		{ cursor:pointer; text-decoration: none; 		color: #666; }
A.navi:active		{ cursor:pointer; text-decoration: none; 		color: #666; }
A.navi:hover		{ cursor:pointer; text-decoration: underline; 	color: #666; }




/**************************** LAYOUT-ELEMENTE **********************************/


#table_main {
	
	width: 800px;
	height:100%;

	margin: 0px auto;
	border: none;
}

#teaser {
	
	height: 198px;
	padding: 0px;
} 



#left {

	padding: 0px;

	width: 180px;
	background-color: #f6f6f6;
	
	vertical-align: top;

}


#navi {

	height: 30px;
	background-color: #f6f6f6;
	text-align: left;
	
	padding: 10px 10px 10px 200px;
	font-weight: bold;
	color: #666;
	
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 0 1px 0;

}


#login {

	padding: 15px;
	background-color: #d32727;
    color: #fff;
	width: 180px;
}


#login_error {

	width: 150px;
	color: #aa0000;
	
	margin-bottom: 15px;

}

#menu{

	font-size: 12px;
	line-height: 18px;
	
	vertical-align: top;
	padding: 15px;

	width: 180px;
	height: auto;
	background-color: #f6f6f6;

}

#content {

	width: 620px;
	padding: 20px 0px 20px 20px;
	vertical-align: top;
}


.text {

	font-size: 12px;
	line-height: 18px;
	
}

.text H1 {

	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	
	margin-top: 0px;
	margin-bottom: 5px;
	
	padding: 0px;
	background: none;
	border: none;
}	



#no_results {

	text-align: center;
	color: #aaa;
	

}




/**************************** ADMIN **********************************/


.admin_menu {
	
	text-align: left;
	vertical-align: top;
	background-color: #d6d6d6;
	
	font-size: 13px; 
	line-height: 18px;
}

.admin_content {

	color: #333;
	font-size: 14px; 
	line-height: 18px;

	background-color: #ffffff;
	vertical-align: top;
	width: 600px;

	
	font-family: Lucida Sans Unicode, Lucida Sans, Arial;
	font-size:11px;
	line-height:22px;
}


.admin_list {

	font-size: 12px;
	text-align: left;
	vertical-align: top;
	
	padding:3px;
	background: #e6e6e6;
	
}

.admin_list_topic {

	font-size: 10px;
	text-align: left;
	font-weight: bold;
	
	padding:1px 1px 1px 3px;
	background: #c6c6c6;
	
	white-space:nowrap;
}


.admin_list_content1			{ COLOR: #000033; FONT-SIZE: 12px; HEIGHT: 20; PADDING-LEFT: 3; PADDING-RIGHT: 3; PADDING-TOP: 0; PADDING-BOTTOM: 0; BACKGROUND: #EAEDFC; }
.admin_list_content2			{ COLOR: #000033; FONT-SIZE: 12px; HEIGHT: 20; PADDING-LEFT: 3; PADDING-RIGHT: 3; PADDING-TOP: 0; PADDING-BOTTOM: 0; BACKGROUND: #D0DBED; }
.admin_list_content_hover		{ COLOR: #000000; BACKGROUND: #e4a5a8; FONT-SIZE: 12px; HEIGHT: 20; PADDING-LEFT: 3; PADDING-RIGHT: 3; PADDING-TOP: 0; PADDING-BOTTOM: 0; }
.admin_list_content_selected	{ COLOR: #FFFFFF; BACKGROUND: #3f5987; FONT-SIZE: 12px; HEIGHT: 20; PADDING-LEFT: 3; PADDING-RIGHT: 3; PADDING-TOP: 0; PADDING-BOTTOM: 0; }


.admin_form {

	font-size: 12px;
	text-align: right;
	vertical-align: top;
	
	
}


.admin_form_error {

	font-size: 10px;
	text-align:center; 
	padding:10px; 
	color:#aa0000;
}


.admin_input {

	width:400px;
}


.admin_topic {

	width:280px;
}

.admin_image {

	width:170px;
}


.media_topic {

	background-color: #d7e0f7;
	
	padding: 4px 2px;
	

	font-size: 11px;
	font-weight: bold;
	text-align: center;
	
	cursor: pointer;

	width: 160px;

	
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
}


.media_elements {

	background-color: #f7f8fd;
	padding: 4px 2px;
	
	width: 160px;
	
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	
	border-style: solid;
	border-color: #bbb;
	border-width: 1px;
}



}