/* 
Theme Name: aiomyth
Theme URI: http://www.aiomyth.ch
Description: Theme für aiomyth.ch, erstellt im August/10
Author: Gérard "Schérii" Mathiuet
Author URI: http://www.miux.ch
Version: 2.2
.
Copyright by miux.ch
*/
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	height:100%;
	width:100%;
	min-width:1000px;
	font:13px/18px Helvetica,Arial,sans-serif;
	overflow-y:scroll;
	color:#002e60;
}
a strong,
strong a {
	font-weight:bold;
}
a img {
	border:none;
}
h1,h2 {
	position:absolute;
}
h1 {
	top:5px;
	left:10px;
}
h2 {
	top:70px;
	right:520px;
}
h3 {
	padding:10px 0 0;
}
h3:first-child {
	padding:0;
}
a,
a:link,
a:active,
a:focus,
a:hover {
	color:#002e60;
	text-decoration:none;
}
#background {
	position:fixed;
	z-index:-1;
	height:100%;
	width:100%;
	min-width:960px;
	left:0;
	top:0;
}
#wrapper {
	margin:100px auto 0;
	width:1000px;
}
#content p {
	padding:0 0 10px;
}
#content a,
#content a:focus,
#content a:hover,
#content a:active {
	color:#00264f;
	font-weight:bold;
}
#content {
	position:relative;
	overflow:hidden;
	width:995px;
	padding:0 0 0 5px;
	height:500px;
	min-height:500px;
	background:url(images/content.png) no-repeat #fde7c0;
	clear:both;
	-moz-box-shadow:0 5px 10px rgba(0,0,0,.1);
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);
	box-shadow:0 5px 10px rgba(0,0,0,.1);
}
#content div.jScrollPaneContainer {
	position:absolute;
	bottom:20px;
	padding-right:10px;
}
#content div.jScrollPaneTrack {
	z-index:200;
	width:5px !important;
}
#content div.jScrollPaneDragTop {
	width:5px;
	height:5px;
	background:url(images/arrows.png) no-repeat top left;
	border-bottom:2px solid #333;
}
#content div.jScrollPaneDragBottom {
	width:5px;
	height:5px;
	background:url(images/arrows.png) no-repeat 0 -5px transparent;
	border-top:2px solid #333;
}
#content li {
	list-style:disc inside;
	margin:0 0 10px;
}
#text {
	width:450px;
	height:290px;
	padding:0 0 0 20px;
	color:#002e60;
}
#visual {
	position:relative;
	width:500px;
	height:500px;
	background:#fafafa;
	float:right;
	overflow:hidden;
}
#qtranslate-chooser {
	position:relative;
	z-index:2;
	overflow:hidden;
	float:right;
	margin:5px 0 0;
}
#qtranslate-chooser a {
	color:#000;
	text-transform:lowercase;
	float:left;
	padding:0 0 0 6px;
}
#qtranslate-chooser li {
	float:left;
}
#qtranslate-chooser li:first-child a {
	border-right:1px solid #000;
	padding:0 6px 0 0;
}
#qtranslate-chooser a:hover {
	text-decoration:underline;
}
#logo {
	background:url(images/logo.png) no-repeat;
	position:relative;
	z-index:2;
	overflow:hidden;
	display:block;
	text-indent:-10000px;
	float:left;
	width:200px;
	height:55px;
	margin:10px 0 0;
}
#menu {
	z-index:1000;
	position:relative;
	float:right;
}
#menu>li>a {
	text-transform:lowercase;
	text-decoration:none;
	font-weight:bold;
	color:#002e60;
	margin:10px 0;
	padding:0 12px;
	display:block;
	letter-spacing:.4px;
}
#menu>li:hover {
	background:url(images/arrow.png) no-repeat bottom center;
}
#menu>li.page-item-15:hover {
	background:none;
}
#menu>li {
	float:left;
	position:relative;
}
#menu>li>a {
	border-left:1px solid #a0a0a0;
}
#menu>li:last-child>a {
	padding-right:0;
	margin-right:0;
}
#menu>li:first-child>a {
	border:none;
	padding-left:0;
	margin-left:0;
}
#menu>li>ul {
	border:1px solid #d4d4d4;
	border-top:none;
	-moz-box-shadow:0 3px 10px rgba(0,0,0,.1);
	-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);
	box-shadow:0 3px 10px rgba(0,0,0,.1);
	position:absolute;
	background:#f4f4f4;
	left:0;
	top:-100038px;
}
#menu>li:last-child>ul {
	left:auto;
	right:0;
}
#menu>li:hover>ul {
	top:38px;
}
#menu>li>ul>li {
	border-top:1px solid #fff;
	font-weight:bold;
	text-align:left;
	width:200px;
	color:#002e60;
	border-bottom:1px solid #d4d4d4;
	text-shadow:1px 1px 0 #fff;
	padding:6px 8px;
}
#menu>li>ul>li:first-child {
	border-top:none;
}
#menu>li>ul>li:last-child {
	border-bottom:none;
}
#menu>li>ul>li:hover {
	background:#002e60;
}
#menu>li>ul>li:hover a {
	text-shadow:none;
	color:#f4f4f4;
}
.padding_ten {
	display:block;
	padding:0 0 10px !important;
}
.padding_twenty {
	display:block;
	padding:0 0 20px !important;
}
.padding_thirty {
	display:block;
	padding:0 0 30px !important;
}
.padding_fourty {
	display:block;
	padding:0 0 40px !important;
}
.padding_fifty {
	display:block;
	padding:0 0 50px !important;
}
