/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;vertical-align: baseline;background: transparent;	font-family: Arial, Helvetica, sans-serif;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {	border-collapse: collapse;border-spacing: 0;}




#titelbar{
	height: 100px;
	background-color:#333d99;
	border-bottom:20px solid #fff;	
	background-image:url(images/alpha.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	
}

#logo {
	position:relative;
	left:300px;	
	float:left;
}

#topnav {
	text-align:right;
	margin-right: 50px;
	padding-top:75px;
}

#topnav a{
	color:#fff;
	font-size:10pt;
	text-decoration:none;	
	margin: 0 15px;
}

#page {
}

#publikationen {
	width:250px;
	min-height:600px;
	float:left;	
	font-size:0.9em;
	background-color:#d4d9ed;
	
	position:absolute;
	top:0;
	left:0;
	height:100%;
	padding-top:145px;
}

#publikationen h1, #publikationen h2 {
	background-color:#333d99;
	color:#fff;
	text-align:center;
	margin:10px 0;
	padding: 5px 0;
}


#publikationen h1 {
	background-color:#d4d9ed;
	font-size:1.1em;
	padding:0;
	margin:0;	
}

#publikationen h2 {
	font-weight:normal;
	text-align:left;
	padding-left:25px;
}

#publikationen a {
	color:#333d99;
	text-decoration:none;
}

#publikationen li{
	margin-left:25px;		
}

#content {
	/*margin-left:300px;*/
	margin-right:50px;
	background-color:#fff;
	
	position:absolute;
	top:125px;
	left:300px;	
}

#content h1 {font-size:1.8em; margin:15px 0;}
#content h2 {font-size:1.5em; margin:15px 0; color:#333d99;}
#content h3 {font-size:1.2em; margin:15px 0;}

#footer {
	position:absolute;
	bottom:0;
	padding:25px;
	text-align:center;
		
}

#footer a {
	position:relative;
	top:5px;
	margin:5px;
	color: #000;
	font-size:10pt;
	text-decoration:none;
    font-weight: bold;
}

#footer a:hover{
	text-decoration: underline;
}

/* Hide print only regions */
#titelbar_print {display:none}

/* tt_news styling */
.news-latest-item {
    color:#333d99;
    background-color:#d4d9ed;
	margin-bottom:10px;
	padding:3px;
}

.news-latest-item.banding {
	background-color:#dcddde;	
}

.news-latest-item a{
    text-decoration:none;
}

.news-latest-date {
    margin:0 25px 0 10px;
}

.news-latest-item div,.news-latest-item h3{
    display:inline;
}

.news-latest-morelink {
	font-weight:bold;
	margin-right:10px;
	position:absolute;
	right:0;
}

.news-latest-morelink a {
	color:#b1b3b5;
	font-size:0.8em;
}

.newsCalendar_listItem_image, .tx-ttnews-browsebox-SCell {
	display:none; 
}

.newsCalendar_listItem_subheader {
	display:block !important;
	float:none !important;
	margin:10px;
}

.newsCalendar_listItem a {
	color:#333d99;
	font-weight:normal;
		
}

.tx-dropdownsitemap-pi1 a {
    text-decoration:none; 
    color: #333D99;
    font-weight:bold;
    font-size:0.8em;
}

.tx-dropdownsitemap-pi1 li {
    background-color:#d4d9ea;
    margin-bottom:10px;   
}

.tx-dropdownsitemap-pi1 .level_1 {
    margin-left:5px;
    padding:3px;
}

.tx-dropdownsitemap-pi1  {
    width:600px;
    margin-left:100px;
}