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

body{
		background		: #ddd;
		font			: 8pt arial, hevetica, sans-serif;
		width			: 100%;
}

/**** CONTAINER */
#container{
		background		: #fff url(templates/images/designBg.png);
		width			: 956px;
		margin			: 10px auto;
		position		: relative;
}

#navTop{
		text-align		: right;
		margin			: 26px 8px 3px 0;
}
#navTop li{
		display			: inline;
		list-style		: none;
}
#navTop a{
		color			: #888;	
		font			: 125% Verdana, Arial, sans-serif;
		font-weight		: bold;
		margin			: 0 17px;
		text-decoration	: none;
}
#navTop a:hover{
		color			: #d8003b;
}
#designBtm{
		background		: #fff url(templates/images/designBtm.png);
		clear			: both;
		color			: #006981;
		font			: 100% Verdana, Arial, sans-serif;
		height			: 27px;
		margin-top		: 20px;
		text-align		: center;
}
#content{
		color			: #666;
		font			: 115% Verdana, Arial, sans-serif;
		line-height		: 180%;
		margin			: 0 90px;
		text-align		: justify;
		width			: 610px;
}
#content h1{
		color			: #006981;
		font			: 200% Verdana, Arial, sans-serif;
		font-weight		: normal;
		margin-bottom	: 20px;
}
#content h2{
		color			: #006981;
		font			: 125% Verdana, Arial, sans-serif;
		font-weight		: normal;
		margin-bottom	: 15px;
}
#navRight{
		float			: right;
		margin-right	: 8px;
		width			: 151px;
}
#navRight img{
		margin-bottom	: 5px;
}
.forminput{
		background		: #eee;
		border			: 1px solid #006981;
		color			: #000;
}
a.test{
		color			: #888;	
		font			: 125% Verdana, Arial, sans-serif;
		font-weight		: normal;
		margin			: 0 15px;
		text-decoration	: none;
}
a.test:hover{
		color			: #d8003b;
}

#designBtm>a{
		color          : #006981;
		font			: 100% Verdana, Arial, sans-serif;
		text-decoration: underline;
}
#designBtm>a:hover{
    color     : #f00;
}
a{
		color          : #006981;
		font			: 100% Verdana, Arial, sans-serif;
		text-decoration: underline;
}
a:hover{
		color			: #d8003b;
}

/**** SUBNAV *****/
#subnav{
		margin-left		: 162px;
		margin-bottom		: 100px;
		position		: relative;
}
#subnavsus{
		position		: absolute;
		top			: 0;
		left			: 0;
		width			: 125px;
}
#subnavmark{
		position		: absolute;
		top			: 0;
		left			: 174px;
		width			: 125px;
}

#subnav a{
		color			: #888;	
		font			: 125% Verdana, Arial, sans-serif;
		font-weight		: normal;
		margin			: 0 15px;
		text-decoration		: none;
		line-height		: 145%;
}
#subnav a:hover{
		color			: #d8003b;
}

/*** FehlerBox ***/
div.otmsgerr{
	background			: #f2d2d2;
	border				: 2px solid #c13c3c;
	color				: #000;
	font				: 100% arial, verdana, sans-serif;
	margin-bottom			: 10px;
	padding				: 2px;
}
