* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #868686;
	background-image: url(../images/bg.gif);
	padding-top: 25px;
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial,Helvetica;
	font-size: 11px;
	line-height: 150%;	
	color: #333333;
}

a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}

#content_main a {
	text-decoration: underline;
}

a:hover {
	color: #E41C1C;
}

#shortInfo {
	position: absolute;
	top: -10px;
	right: 5px;
	/*background: white;
	border: 1px solid silver;*/
	width: 194px;
	background: url(../images/infobox_bg.png);
}

#shortInfo h1, #shortInfo p {
	padding-left: 15px;
}

#shortInfo .news-latest-item p {
	padding-left: 0px;
}

#shortInfo .news-latest-item hr {
	margin-bottom: 5px;
	border-bottom: 1px dotted white;
}


#shortInfo .ribbon{
	position: absolute;
	top: -25px;
	right: 8px;
	width: 90px;
	height: 15px;
	background: #e0e0e0 url(../images/info_gradient.png) top no-repeat;
	border: 1px solid #ccc;
	padding: 5px 0px 5px 10px;
	font-weight:bold;
	text-transform: uppercase;
}

#shortInfo .infoTop{
	position: relative;
	top: -5px;
	background: url(../images/infobox_top.png);
	height: 12px;	
}

#shortInfo .news-latest-item{
	width: 150px;
	padding: 5px;
	margin: 0px 16px 0px 16px;
	background: #e0e0e0 url(../images/info_gradient.png) top no-repeat;
	margin-bottom: 5px;
}

#shortInfo .news-list-date {
	font-size: 9px;
	font-weight: normal;
	display: block;
}

#shortInfo .infoBottom{
	position: relative;
	bottom: -5px;
	background: url(../images/infobox_bottom.png);
	height: 12px;	
}

#shortInfo .infoContent h1 {
	color: black;
	font-size: 11px;
	border: 0px;
}

/* special settings for FE Editing */

.frontEndEditIcons {
	margin-left: 5px;
}

.news-latest-container .typo3-editPanel {
	display: block;
}
.news-latest-container .typo3-editPanel-controls {
	background: white;
	border: 0px;
}
.news-latest-container .typo3-editPanel-controls img{
	height: 16px;
	width: 16px;
}

.typo3-editPanel {
	display: none;
}

.typo3-editPanel-controls {
	display: inline;
}

#sidebar .frontEndEditIcons, #sidebar .typo3-editPanel {
	display: none;
}

/* END */

#main_wrap {
	display: block;
	width: 920px;
	margin: 0 auto;
}

#header {
	position: relative;
}

.headertxt {
	position: absolute;
	display: block;
	width: 300px;
	right: 5px;
	top: -15px;
	color: white;
	text-align: right;
}

#logo {
	display: none;
	position: absolute;
	left: 20px;
	top: 0px;
}

#splash {
	background: url(../images/header.jpg);
	padding-top: 0px;
	display: block;
	height: 150px;
	border: 0px solid #404040;
	border-top: 0px;
	border-bottom: 0px;
	position: relative;
}

.login input:focus, .login input:active, .login input:hover {
	border: none;
	border-bottom: 1px solid #999;
}

.login input{
	-moz-box-sizing: border-box;
	display: block;
	position: absolute;
	padding: 5px;
	width: 100px;
	background: none;
	background-color: transparent;
	border: none;
	top: 33px;
	font-size: 11px;
}

/* IE HACK */
*+html .login input {
	width: 90px;
} 

* html .login input {
	width: 90px;
}

.login .pw {
	right: 67px;
}

.login .user {
	right: 186px;
}

.login .okbtn {
	top: 23px;
	width: 30px;
	height: 33px;
	right: 18px;
}

#header #usernav {
	margin-top: 80px;
	float: right;
	display: inline;
	height: 20px;
	background-color: #404040;
	//width: 300px;
}

#header #usernav a{
	display: inline;
	margin-right: 10px;
	border-left: 1px solid  #cc282d;
	padding: 5px 10px 0px 10px;
	height: 15px;
	font-size: 0.6em;
	float: left;
}

#header #mainnav {
	clear: both;
	display: block;
	height: 20px;
	background-color: #cc282d;
	padding-top: 10px;
	border-bottom: 0px solid #404040;
}

#header #mainnav a{
	display: inline;
	margin-left: 10px;
	padding: 0px 10px 0px 10px;
	height: 20px;
	float: left;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

#header #mainnav a:hover{
	color: #cc282d;
	background-color: white;
}

#main {
	margin-top: 1px;
	margin-bottom: 1px;
	position: relative;
}

#main #content_main{
	width: 480px;
	padding: 10px;
	min-height: 450px;
}

#infobar {
	clear: both;
	float: right;
	width: 200px;
	padding-left: 19px;
	border-left: 1px dashed silver;
}



#content {
	display: inline;
	float: right;
	width: 689px;
	margin-bottom: 20px;
	background-color: white;
	padding: 5px;
	margin-bottom: 1px;
}

#mainmenu {
	background-image: url(../images/mainnavbg.gif);
	background-position: bottom;
	margin-top: 0px;
	border-top: 10px solid white;
}

#sitetitle {
	display: block;
	background-color: #404040;
	color: white;
	height: 18px;
	font-size: 9px;
	text-transform: uppercase;
	padding: 0px;
	padding-left: 10px;
	padding-top: 6px;	
	border: 0px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 5px;
}

#sidebar {
	display: inline;
	float: left;
	width: 219px;
	margin-bottom: 1px;
}

.sidebox {
	margin-top: 2px;
	background-color: white;
	padding: 5px;
}

#sidebar ul {
	list-style-type: none;
	padding: 5px;
	background-color: white;
	margin: 0px;
}

#sidebar ul li{
	clear: both;
	margin-bottom: 1px;
	background-color: #F2F2F2;
	border-left: 1px solid #404040;
	padding: 5px 0px 5px 10px;
	/*height: 15px;*/
	background-repeat: no-repeat;
}
#sidebar ul#menu-level2{
	background-color: transparent;
}

#sidebar ul#menu-level2 li {
	background-color: none;
	border: 0px;
	border-bottom: 1px solid white;
}

#sidebar ul#menu-level2 a {
	text-decoration: none;
}

#sidebar ul#menu-level2 .menu-level2-act a {
	text-decoration: underline;
}

#sidebar ul li:hover{
	border-left: 1px solid #e41c1c;
}

#sidebar ul li.dark{
	margin-bottom: 1px;
	background-color: #404040;
	padding: 0px;
	height: 24px;
	padding-left: 10px;
}

#sidebar li a{
	display: block;
	color: #404040;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
}

#sidebar .menu-level1-act, #sidebar .menu-level1-act {
	border-left: 1px solid #e41c1c;
}

#sidebar .menu-level1-act a{
	text-decoration: underline;

}

#sidebar ul li.dark p{
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 6px;
	display: block;
	color: white;
}
/*
#sidebar .menu-level2 {
	margin-top: 5px;
	display: block;
	position: relative;
	margin-left: -10px;
	width: 200px;
	background-color: white;
}

#sidebar #act .menu-level2 {
	background-color: red;
}

#sidebar .menu-level2 li{
	background-image: none;
}

#sidebar .menu-level2 li a{
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
*/
#balken {
	padding: 10px;
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
	clear: both;
	display: block;
	background-color: #ababab;
	background-image: url(../images/balken.jpg);
	height: 30px;
	width: 800px;
}

#footer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	color: white;
	line-height: 20px;
	padding: 10px;
	overflow: hidden;
	background-image: url(../images/balken.jpg);
	height: 30px;
	clear: both;
	background-repeat: repeat-x;
}

#user_bar {
	width: 220px;
	height: 200px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}

.specialnav {
	position: absolute;
	right: 10px;
	top: 17px; 
}

.specialnav a{
	color: white; 
}

.nobelmedia {
	position: absolute;
	width: 180px;
	right: 325px;
	top: 10px;
	text-align: center;
	line-height: 100%;
}

.nobelmedia a {
	font-size: 9px;
	color: #999;
}

#topimgdiv {
	margin-top: -19px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

#topcont {
	position: absolute;
	right: 25px;
	width: 350px;
	background-color: #af1818;
	top: 25px;
	padding: 5px;
}

#topcont p, #topcont h1{
	color: white;
}

.clearer {
	clear: both;
}
