a.navi {
	color:#000;
	font-size:12px;
	text-decoration:none;
}
a.navi:hover {
	color:#FFFFFF;
}

a.topnavi {
	color:#000;
	padding-left:5px;
	text-decoration:none;
}
a.topnavi:hover {
	color:#333333;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#666666;
}

a.white {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

a.white:hover {
	color:#CCCCCC;
}

input.btn {
	background-color: #FFFFFF;
	border:2px solid; 
    border-color:#CCCCCC;
	margin-top:5px; 
	border-style:solid;
}
/*input.btn:hover {
	background-color: #FFFFFF;
	border:2px solid; 
    border-color: #2778a1;  
	border-style:solid;
}*/

/*** Layout ***/




#master {
	position:relative;
	margin:auto auto auto auto;
	padding:0;
	top:0;
	width:952px;
}

#head {
	background:url(img/head.png) no-repeat;
	position:absolute;
	left:0;
	top:15px;
	width:910px;
	height:112px;
}

#dynamic_master {
	position:absolute;
	left:52px;
	top:113px;
}
	
#content {
	position:relative;
	background:url(img/content.png) repeat-y;
}

.clear {
	clear:both;
}

#content_text {
	position:relative;
	width:673px;
	float:left;
}

#newsticker {
	position:relative;
	width:858px;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
}

#navi_bottom {
	position:relative;
	padding-top:10px;
	left:605px;
	width:250px;
	text-align:right;

}	


#home {
	position:absolute;
	background:url(img/home.png);
	width:403px;
	height:237px;
	left:0;
	top:19px;
}

#box_top {
	position:absolute;
	top:0;
	left:0;
	width:673px;
	height:256px;
	background:url(img/bar_orange.png) no-repeat;
}

#box_left {
	position:absolute;
	top:258px;
	left:0;
	width:223px;
	height:184px;
	background:url(img/bar_green.png) no-repeat;
}
#box_center {
	position:absolute;
	top:258px;
	left:225px;
	width:223px;
	height:184px;
	background:url(img/bar_blue.png) no-repeat;
}
#box_right {
	position:absolute;
	top:258px;
	left:450px;
	width:223px;
	height:184px;
	background:url(img/bar_violett.png) no-repeat;
}

.box_title {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:52px;
	line-height:18px;
	vertical-align:middle;
}

#bar {
	position:relative;
	float:right;
	/* left:683px; */
	width:175px;
}

.content_box {
	position:absolute;
	background:#73848d;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	margin:0;
	top:19px;
	left:0;
}

.bar_unit {
	float:left;
	position:relative;
	border-bottom-color:#FFFFFF;
	border-bottom:solid;
	border-bottom-width:1px;
	padding: 5px 5px 5px 20px;
	width:150px;
	color:#FFF;
	background:#000;
}


#logo {
	position:absolute;
	top:0;
	left:55px;
	width:100px;
	height:100px;
}

#top_navi {
	position:absolute;
	left:600px;
	top:18px;
	width:300px;
	height:30px;
	text-align:right;
}

#box_navi {
	z-index:2;
	position:absolute;
	top:70px;
	left:210px;
	width:500px;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color:#000000;
}
#nav a:hover {
	display: block;
	color:#FFFFFF;
}

#nav li {
	float:left;
}

#nav ul li a {
	display: block;
	color:#FFFFFF;
}


#nav ul a:hover {
	display: block;
	color:#CCCCCC;
}

#nav li a{
	padding-top:5px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}
#nav li a:hover {
	background:#000000;
}

#nav li ul {
	position: absolute;
	left:-999px;
	width:90px;
	background:#000000;
	margin-left:-5px;
	color:#FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

li.sep {
	width:30px;
}

/** Styles **/

BODY {
	background:url(img/bkgrd.png) repeat-x;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#FFFFFF;*/
	
}



h1 {
	font-size:20px;
	font-weight:normal;
}

h2 {
	font-weight:bold;
	font-size:12px;
}

img {
	border:hidden;
}


	
