@charset "UTF-8";
/* CSS Document */

html, body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	background-color:#CCC;
}

h1
{
	color:#001870;
	font-size:34px;
	font-weight:100;
	line-height:1.3;
	margin-bottom:10px;
	margin-top:10px;
}

input, textarea
{
	margin-top:5px;
	margin-bottom:5px;
}

#background
{
	
	background-repeat:no-repeat;
	background-position:top;
	width:auto;
	height:625px;
}

#wrapper
{
	width:800px;
	margin:auto;
}

#textbar
{
	margin-top:0px;
	float:right;
	width: 348px;
	height:448px;
	background-image:url(images/designelements/textbar_2.png);
}

#imagebar
{
	float:left;
}


#navibox
{
	height:50px;
	width:100%;
	background-color:#000;
	vertical-align:middle;
	color:#FFF;
}

#content
{
	margin:10px;
	color:#000;
}

#footer
{
	width:940px;
	margin:auto;
	text-align:center;
	color:#666;

}

a.navi
{

	display:block;
	height:100%;
	padding-top:7px;
	width:84px;
	float:left;
	color:#FFF;
	text-align:left;
	text-decoration:none;
	background-color:#001870;
	padding-left:3px;
	padding-top:15px;
	vertical-align:middle;
}
a.navi:hover
{
	background-color:#FFF;
	color:#001870;
}

a.normal
{
	color:#001870;
	text-decoration:underline;
}
a.normal:hover
{
	color:#001870s;
}

a.footer
{
	color:#333;
	text-decoration:underline;
}

.alternative_outside
{
	background-color:#FFF;
	color:#000;
	width:320px;
	padding-top:2px;
	padding-bottom:2px;
}

.alternative_inside
{
	margin:10px;
	
	
}

