@CHARSET "UTF-8";

/* Reset */

html, body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, em{
	margin:0;
	padding:0;
	border:0;
}

ul, ol{
	list-style-type:none;
}

/* Layout */

label{
	cursor:pointer;
}

body{
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
	text-align:center;
	background-color:#eee;
}

a{
	color:#0090a5;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}

.tools{
	font-size:11px;
	color:#ccc;
}
.tools a{
	color:#ccc;
}

p{
	margin:0 0 22px 0;
}

h1{
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#666;
	margin:0 0 22px 0;
}

#wrap{
	width:910px;
	margin:0 auto 0 auto;
	text-align:left;
}

#wrap div.bg1{
	background:url(../img/shadow_left.gif) 0 0 repeat-y;
}

#wrap div.bg2{
	background:url(../img/shadow_right.gif) 100% 0 repeat-y;
}

#wrap div.cb1{
	background:url(../img/shadow_left_bottom.gif) 0 100% no-repeat;
}

#wrap div.cb2{
	background:url(../img/shadow_right_bottom.gif) 100% 100% no-repeat;
}

#wrap div.wrap_content{
	margin:0 4px;
	background-color:#fff;
}

.header{
	height:66px;
	background-color:#0090a5;
}
.header div.logo{
	float:left;
	padding:14px 0 0 14px;
}
.header div.langs{
	float:right;
	color:#7fd5e1;
	font-size:11px;
	margin:24px 0 0 0;
}
.header div.langs a{
	color:#7fd5e1;
}
.header div.langs a.selected{
	color:#fff;
}
.header div.search{
	width:155px;
	background-color:#fff;
	float:right;
	margin:22px 22px 0 4px;
	padding:2px 0;
}

.header div.search input{
	border:0;
	background-color:#fff;
	font-size:11px;
	color:#ccc;
	line-height:18px;
	padding:0px 11px;
	width:111px;
}

.header div.search a{
	background:url(../img/search_loupe.gif) 0 0 no-repeat;
	padding:0 6px;
}

.mm{
	margin:2px 0;
	height:43px;
	background:url(../img/mm_but.gif) 0 0 repeat-x;
}

.mm ul li{
	display:block;
	float:left;
	border-right:2px solid #fff;
}
.mm ul li a{
	display:block;
	padding:13px 22px 12px 22px;
	font-weight:bold;
	color:#999;
}

.mm ul li a:hover, .mm ul li.selected a{
	color:#fff;
	text-decoration:none;
	background:url(../img/mm_but_hov.gif) 0 0 repeat-x;
}

.header_img{
	margin-bottom:2px;
}

.navigation{
	height:30px;
	background-color:#f9f9f9;
}
.navigation div{
	padding:6px 22px 0 22px;
}
.navigation div.left{
	float:left;
}
.navigation div.right{
	float:right;
}

.submenu ul li{
	display:block;
}
.submenu ul li a{
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:2px 0;
}

.submenu ul li a.selected{
	color:#999;
}

.submenu ul li ul li a{
	font-weight:normal;
	margin-left:22px;
}

.content ul li.sm{
	display:block;
	float:left;
	width:154px;
	margin:16px 22px 22px 22px;
}
.content ul li.page_content{
	display:block;
	float:left;
	width:506px;
	margin:22px 22px 22px 0;
}

.page_content ul li{
	padding-left:31px;
	background:url(../img/bullet.gif) 18px 5px no-repeat;
}
.page_content ul li ul li{
	padding-left:31px;
}

.content ul li.side{
	display:block;
	float:left;
	width:154px;
	margin:22px 0 0 0;
}

.footer{
	clear:both;
	height:44px;
	background-color:#f9f9f9;
}
.footer div{
	padding:13px 22px 0 22px;
}
.footer div.left{
	float:left;
}
.footer div.right{
	float:right;
}

/* Additional styles */

.button{
	font-size:13px;
	font-weight:bold;
	display:block;
	float:left;
	background:url(../img/button_left.gif) 0 0 no-repeat;
}
.button span{
	padding:6px 13px;
	display:block;
	background:url(../img/button_right.gif) 100% 0 no-repeat;
}

.button_colored{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	display:block;
	float:left;
	background:url(../img/button_colored_left.gif) 0 0 no-repeat;
}
.button_colored span{
	padding:6px 13px;
	display:block;
	background:url(../img/button_colored_right.gif) 100% 0 no-repeat;
}

/* Gallery */
.gallery_box div{
	float:left;
	width:66px;
	height:66px;
	text-align:center;
	margin:0 22px 16px 0;
}

.developer{
	padding:6px 25px 0 25px;
	text-align:right;
}