@charset "UTF-8";

/*************************************/
/* reset all browser default styling */
/*************************************/
@import "reset-min.css";



/***************************************************************/
/* import example.css for default styling of content elements  */
/***************************************************************/
/* @import "example.css" all; */
html {
	overflow-y: scroll;
	}





/**********************************************************/
/* STYLING AND POSITIONING OF INDIVIDUAL GENERAL ELEMENTS */
/**********************************************************/
#container {
	width:800px;
	margin:auto;
	margin-top:26px;
}
#menu {
	margin-top:18px;
}
#navigationFirstLevelMenu ul {
	overflow:hidden;
	margin:0 25px 0 0;
	}
div#navigationFirstLevelMenu ul li {
	display:block;
	float:left;
	margin-left:0;
	margin-right:5px;
	}
div#navigationSecondLevelMenu {
	float:left;
	margin:30px 0 0 10px;
	width:220px;
}
div#navigationSecondLevelMenu div {
	line-height:1.8em;
	border-bottom:1px solid #ccc;
	padding:2px 0 2px 10px;
	}
div#navigationSecondLevelMenu div div {
	padding-left:35px;
	margin-bottom:0;
	border-bottom:1px dotted #ccc;
	background:url(../grafik/pfeil2.gif) 22px 2px no-repeat;
	}
div#navigationSecondLevelMenu div div.last {
	border-bottom:none;
	}	
div#navigationSecondLevelMenu div div div {
	padding-left:28px;
	margin-bottom:0;
	border-bottom:1px dotted #ccc;
	background:url(../grafik/pfeil2.gif) 15px 2px no-repeat;
	}
div#navigationSecondLevelMenu div div div.last {
	border-bottom:none;
	}
div#navigationSecondLevelMenu div.active {
	background-color:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	}

#innercontent {
	width:550px;
	min-height:400px;
	margin-top:25px;
	float:right;
}
#pageid_1 #innercontent {
	width:630px;
	padding-right:70px;
}
#footer {
	clear:both;
	padding-top:30px;
}
#printlink {
	float:left;
	padding:34px 0 0 250px;
}
#totoplink,
#logoutlink {
	float:left;
	padding-top:31px;
}
.footerFrame {
	float:right;
}
.loginlabel {
	width:120px;
	float:left;
}
#tx_felogin_loginform {
	margin-top:20px;
}
.filelinks {
	margin-top:20px;
}
/*****************************/	
/* LINK COLORS AND TREATMENT */
/*****************************/
#mainContent a {
	font-weight: bold;
	color: #696969;
	text-decoration: none;	
}
#mainContent a:hover {
	color: #3c8dd9;
}
div#navigationFirstLevelMenu ul li a {
	padding:0.2em 0.5em;
	display:block;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	border:#fff 1px solid;
	}

div#navigationFirstLevelMenu ul li a.selected, div#navigationFirstLevelMenu ul li a.active {
	text-decoration: none;
	color: #c00;
	background-color:#eee;
	border:#ccc 1px solid;
	 border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	box-shadow: 0 0 5px #504f4f;
    -webkit-box-shadow: 0 0 5px #504f4f;
    -moz-box-shadow: 0 0 5px #504f4f;
	}
div#navigationFirstLevelMenu a:hover {
	text-decoration: none;
	color: #c00;
	background-color:#eee;
	border:#ccc 1px solid;
	 border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}
div#navigationSecondLevelMenu a {
	color:#353535;
	text-decoration: none;
	font-size: 11px;
	line-height:18px;
	}
div#navigationSecondLevelMenu a:hover {
	color:#3c8dd9;
	text-decoration: none;
	}

div#navigationSecondLevelMenu a.active {
	font-weight: bold !important;
	}	
#printlink a,
#totoplink a,
#logoutlink a {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
#printlink a:hover,
#totoplink a:hover,
#logoutlink a:hover  {
	color: #c00;
	text-decoration: none;
}

input {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
    color:#000;
    background-color:#fefefe;
    padding: 3px;
	width:200px;
	margin: 5px 0 5px 0;
}
 
input:focus {
    box-shadow: 0 0 15px #504f4f;
    -webkit-box-shadow: 0 0 15px #504f4f;
    -moz-box-shadow: 0 0 15px #504f4f;
    border:1px solid #504f4f;
    background-color:white;
}
.login,
.login:focus {
	cursor:pointer;
	width:208px;
	background-color:#ddd;
}
#tx_felogin_loginform {
	line-height:28px;
}
/******************/
/* FONT TREATMENT */
/******************/
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
}
#content {
	clear:both;
}
#ptitle h1 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #5A5A5A;
	margin-bottom:10px;
}
#mainContent {
	text-align:justify;
}
#mainContent h1 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}

#mainContent ul li { 
	font-family: verdana, sans-serif; 
	list-style-image: url(../grafik/pfeil2.gif); 
	list-style-position: outside; 
	padding-right: 10px;
	margin:0 0 10px 20px;
	}
	
/******************/
/* TT_ADDRESS     */
/******************/	

.vcardimg img {
	margin:4px 10px 0 0;
}
.fn {
	color:#c00;
	font-weight:bold;
}
.news-list-bottom {
	clear:both;
}