@charset "utf-8";
/* CSS Document */
body 
{
	background: #fff ;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
    margin: 0;
    padding: 0;
}

#header_top {
    background: transparent url(images/bg_head_top.gif) no-repeat center top;
    width:950px;
    height:12px;
    margin: 0px auto;
}

#head {
	background:transparent url(images/logo.gif) center no-repeat;
	text-align:center;
	padding: 30px 0;
	height:50px;
	width:100%;
}

#page {
	margin: 0px auto;	
	width: 960px;	
	overflow: hidden;
	position: relative;
}

#topnav {
	/* background: #fff url(images/bg_nav.gif) top right no-repeat; */
	width: 960px;
	height: 0px;
	border-top: 1px solid #3363a8;
	margin: 0px auto;
	letter-spacing:-1px;
}
#page_content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#center_container {
	text-align: center;
	position: relative;
    text-align: center;	
}

#footer {
	background: #fff url(images/bg_footer.png) repeat-x top left; 
	height:38px;
	clear:both;
	margin:0px auto;
	margin-top:30px;
	width:100%;
}

#footer_wrapper {
	width:100%;
	text-align:center;
	position:fixed;
	bottom:0px;
	left:0px;
}

a {
	color: #3363a8;
	text-decoration:none;
}

a:focus,
a:active {
	outline: none;
}
	
a:hover {
	color: #3363a8;
	text-decoration:underline;
}
	
.small_verdana {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px;
}

/* dock */

#dock {
	width: 960px;
	height: 240px;
	white-space: nowrap;
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
	overflow: visible;
	position: relative;
}

#dock_inner {	
	float: left;
	text-align: left;
	position: relative;
	left: 50%;
}

#dock_inner2 {
	position: relative;
	left: -50%;
	float: left;
	text-align: left;
}

#dock a {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;	
}

#dock a#strat {
	margin-right: 5px;
}

#dock a#stand {
	margin-left: 5px;
}

#dock a img {
	margin: 0;
	padding: 0;
	position: relative;
}

.docktext {
	display: none;
	font-style: italic;
	font-size: 13px;
	width: 200px;
	position: absolute;
	color: #707070;
	line-height: 150%;
	top: 180px;
	z-index: 30;
}

#docktext_0 {
	left: 55px;
}

#docktext_1 {
	left: 210px;
}

#docktext_2 {
	left: 305px;
}

#docktext_3 {
	left: 490px;
}

#docktext_4 {
	left: 650px;
}

#docktext_5 {
	left: 773px;
}

#subtext {
	width: 700px;
	margin: 0 auto;
	position: relative;
	top: -50px;
}

#subtext p {
	font-style: italic;
	font-size: 13px;
	color: #707070;
	line-height: 150%;	
}

#artikel {
	background-color: #eaf1f9;
	border-top: 1px solid #3168a8;
	border-bottom: 1px solid #3168a8;
	padding: 0 20px;
	width: 700px;
	margin: 0 auto 100px auto;
}

#artikel h2 {
    margin: 17px 0 5px 0;
    font-weight:normal;
}

#artikel p {
    font-family: Verdana;
    color: #000000;
	font-size: 13px;
	line-height: 150%;
    margin: 17px 0 30px 0;
}

#artikel small {
	font-style: italic;
	font-size: 13px;
	color: #707070;
	line-height: 150%;
}
