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

html { height:100%; }

body {
	height:100%;
	font:Georgia, "Times New Roman", Times, serif;
	color: #000;
}

body, a, img, div, table, p, li, ul, span, fieldset, legend, form  {
	margin: 0px; padding: 0px; border:0px;
	background: url(../img/bg_1.gif) repeat-x left top;
}

/* AUFBAU  */

/********************
      HOME
********************/

#container_all {
	margin:0px auto;
	width:910px;
	height:100%;
	background: repeat-y url(../img/bg_q1.jpg);
}

#headder {
	margin:0px;
	width:910px;
	height:88px;
	background: repeat-y url(../img/bg_q1.jpg);

}


#headder_2 {
	margin:0px;
	width:910px;
	height:479px;
	background: repeat-y url(../img/bg_q2.jpg);
}

#headder_2 img	{
	width:800px;
	height:479px;
}

#headder_2 a	{
	margin-left: 55px;
}


#content {
	display:table;
	margin:0px auto;
	width:800px;
}

#content p	{
	text-align:center;
	margin:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#3dd2fb;
	letter-spacing:2px;
	line-height: 24px;
	
}

#content p a {
	color:#3dd2fb;
	text-decoration:none;
	
}

#content p a:hover {
	color:#999;	
}

#content p img {
	margin-left:5px;
	margin-right:4px;
	display:inline;
	vertical-align: text-bottom;
}

#content_box_both {
	margin: 0px 55px 0px 55px;
	width:800px;
	height:auto;
}


#content_box_1 {
	float:left;
	width:545px;
	height:auto;	
}



.content_copy	{
	font-size:13px;
	color:#2ccefb;
	line-height:1.8em;
}

#content_box_2 p a {
	text-decoration:none;
	color:#999;
}