@charset "UTF-8";
/* CSS Document */
html > body .s_container {
    height: auto;
}

* {
    margin: 0;
    outline: 0 none;
    padding: 0;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	position:relative;
	margin:0px;
	height:100%;
	background-color:#fff;
	color:#333;
	font-size:14px
}
.container {
	width:1300px;
	margin-left:20px;
	position:relative}


.titel {
    color: #0077bb;
    text-align: center;
	  font-size: 16px;
    font-weight: bold;
	padding:20px 0px 0px
}


.container_text0 {
	width:320px;
	margin:40px 30px 0px 0px;
	float:left;
	position:relative;
	height:700px
}

.container_text1 {
	width:320px;
	margin:40px 0px 0px 30px;
	float:left;
	position:relative;
	height:700px
}
.container_img {
	width:600px;
	margin:40px 0px;
	float:left
}




.closew {
	background-color:white;
	position:absolute;
	top:10px;
	right:295px
}


.closebox {
    background-color: white;
    position: absolute;
    right: 20px;
    top: 20px;
}

#win0,#win1,#win2,#win3,#win4 {
	display:none;
	position:absolute;
	width:300px
}

#win0 {
	 left: 0px;    
    top: 50px;
	padding-left:20px
}

#win01{
	 left: 0px;    
    top: 80px;
	padding-left:20px
}

#win4 {
	 left: 0px;    
    top: 100px;
	padding-left:20px
}

#win2 {
	 left: 0px;    
    top: -30px;	
}

#win3 {
	 left: 0px;    
    top: 240px;	
}



.nr_block {	
	margin:20px 0px 10px;
	border-bottom:3px solid #0077bb;
	width:100%;
	font-weight:700
}

.nr {
	color:#0077bb;
	font-size:16px
}


p {
	margin:0px 0px 6px}



.text_bold {
	color:#0077bb;
	font-weight:700;
	font-size:16px
}

.indent_arrow {
	float:left;
	font-size:14px;
	margin-left:15px
}


.indent_p{
margin-left:30px
}




