/*
Theme Name: Autismusschweiz
Theme URI: 
Author: Samuel Hungerbuehler
Author URI: 
Description: Autismusschweiz
Version: 1.0
*/

root { 
    display: block;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
body{
	margin:  0px;
	padding: 0px;
	height: 100%;
	background-image: url('images/background.jpg');
	background-repeat:  repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
a {
	color: #08367b;
}
address{
	display: inline-block;
	width: 300px;
}
div.manage-pagepost ul.manage_page h3{
	display: none;
}
h2{
	color: #08367b;
}
h3{
	margin: 0;
	color: #08367b;
	font-size: 20px;
}
h4{
	color: #08367b;
	font-size: 15px;
}
h5{
	color: #08367b;
}
h6{
	color: #08367b;
}
img{
	border:0;	
}

img.alignleft{
	margin: 10px 0 0 0;
	float: left;
}
img.alignright{
	margin: 10px 0 0 0;
/*	float: right;*/
}
li{
	font-size: 14px;
}
p{
	font-size: 14px;
}
span.date{
	display: inline-block;
	width: 81px;
	color: black;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 5px solid black;
}
span.separator{
	display: inline-block;
	width: 10px;
	text-align: center;
}
#archivmenu{
	position: relative;
	float: left;
	margin:298px 0px 50px 80px;
	width: 150px;
	color: white;
	font-size: 14px;
}
#archivmenu a{
	color: white;
}
#archivmenu h4{
	margin: 0px;
	color: white;
	font-weight: normal;
}
#archivmenu ul{
	list-style: none;
}
#bottomline{
	position: relative;
	bottom: 0px;
	height: 20px;
	width: 100%;
	background-image: url('../autismusschweiz/images/bottomline.png');
	background-repeat: repeat-x;
	z-index: 4;
}
#content{
	position: relative;
	float: right;
	width: 650px;
	padding: 0px 80px 0px 70px;
	background-image: url('images/content.png');
	background-repeat: repeat-y;
	z-index: 1;
}
#contentB{
	position: relative;
	float: right;
	width: 800px;
	height: 53px;
	margin-bottom: 50px;
	background-image: url('images/contentB.png');
	background-repeat: no-repeat;
	z-index: 1;
}
#contentT{
	position: relative;
	float: right;
	width: 800px;
	height: 40px;
	margin-top: 145px;
	background-image: url('images/contentT.png');
	background-repeat: no-repeat;
	z-index: 1;
}
#footer{
	position: relative;
	clear: both;
	bottom: 0px;
	height: 50px;
	width: 1030px;
	margin: 0px auto -20px auto;
	background-image: url('../autismusschweiz/images/footer.png');
	background-repeat: repeat-x;
	z-index: 5;
}
#footer div.copyright{
	display: inline-block;
	width: 730px;
	margin: 15px 0px 0px 80px;
	color: #08367b;
	font-size: 14px;
}
#footer div.copyright a{
	color: #08367b;
	font-family: sans-serif;
}
#footer div.impressum {
	display: inline-block;
	color: #08367b;
	font-size: 14px;
}
#formSearch{
	position: relative;
	float: right;
	top: 150px;
	right: 35px;
	height: 20px;
	width: 150px;
	z-index: 1;
}
#formSearch button{
	position: absolute;
	height: 22px;
	width: 26px;
	background-color: transparent;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
	text-indent: 0px;
}
#formSearch button img{
	display: block;
	margin: 0px auto 0px auto;
}
#formSearch input{
	position: absolute;
	top: 0px;
	left:  0px;
	display:  inline-block;
	width: 129px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border: 1px solid black;
	z-index: 3;
}
#header{
	position: relative;
	height: 100px;
	background-image: url('images/navigation.png');
	background-repeat: no-repeat;
	z-index: 3;
}
#header img.logo{
	position: absolute;
	top: 20px;
	left: 80px;
}
#headerimage{
	position: absolute;
	left: 40px;
	top: 50px;
}
#lang_sel_list li{
	padding: 0px 4px 0px 4px;
	height: 22px;
	border-right: 2px solid black;
}
#lang_sel_list li:before{
	content: none !important;
}
#lang_sel_list li:last-of-type{
	border-right: 0px;
}
#lang_sel_list li a,
#lang_sel_list li a:visited{
	color: white;
	background-color: transparent;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	padding: 2px;
}
#lang_sel_list a.lang_sel_sel{
	color: white;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
}
#lang_sel_list{
	position: relative;
	top: 18px;
}

#language{
	position: absolute;
	right: 0px;
	margin-right: 40px;
	z-index: 2;
}
#language a{
	display: inline-block;

	text-align: center;
	color: white;
	text-decoration: none;
}
#language li{
	display: inline-block;
	padding-right: 4px !important;
	padding-left: 4px !important;
}
#language ul{
	margin: 0px;
	padding: 0px;
}
#links a{
	display: block;
	color: white;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
}
#links a:hover{
	background-image: url(images/subnavigationItemA.png);
	background-repeat: no-repeat;
}
#navigation{
	position: absolute;
	top: 55px;
	left: 300px;
}
#navigation li{
	display: inline-block;
	font-size: 15px;
}
#navigation li.page-item-256,
#navigation li.page-item-264,
#navigation li.page-item-563,
#navigation li.page-item-565{
	display: none;
}


#navigation li.current_page_item a{
	color: black;
	border-bottom: 5px solid black;
}
#navigation li a{
	padding: 14px;
	color: #09377B;
	font-family: sans-serif;
	text-decoration: none;
}
#navigation li li{
	position: relative;
	display: none;
	background-color: white;
	list-style: none;
}
#navigation li li a{
	position: relative;
	padding: 4px 8px 4px 8px;
	display: block;
	font-size: 15px;
	z-index: 5;
}
#navigation li.current_page_item li a{
	color: #09377B;
	border: 0px;
}
#navigation li:hover li{
	display: list-item;
}
#navigation li ul{
	position: absolute;
	top: 30px;
	margin: 0px;
	padding: 0px;
}
#navigation ul{
	
	margin: 0px;
}
#sidebar{
	position: relative;
	float: left;
	margin:298px 0px 50px 80px;
	width: 150px;
	color: white;
}
#subnavigation{
	position: relative;
	float: left;
	margin:298px 0px 50px 80px;
	width: 150px;
	color: white;
}
#subnavigation a{
	display: block;
	padding: 5px 0px 5px 0px;
	color: white;
	font-size: 15px;
	text-decoration: none;
}
#subnavigation a:hover{
	background-image: url(images/subnavigationItemA.png);
	background-repeat: no-repeat;
}
#subnavigation li{
	list-style: none;
	display: none;
}
#subnavigation li.current_page_parent,
#subnavigation li.current_page_item{
	display: block;
}
#subnavigation li.current_page_parent li,
#subnavigation li.current_page_item li{
	display: block;
}
#subnavigation ul{
	margin: 0px;
	padding: 0px;
}
#topline{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	background-image: url('../autismusschweiz/images/topline.png');
	background-repeat: repeat-x;
	z-index: 1;
}
#watermark1{
	position: absolute;
	right: 0px;
	top: 85px;
}
#watermark2{
	position: absolute;
	left: 40px;
	bottom: 0px;
	width: 251px;
	height: 185px;
	z-index: 1;
	background-image: url('images/watermark.png');
	background-repeat: no-repeat;
}
#wrapper{
	position: relative;
	width: 1030px;
	min-height: 95%;
	margin: 0px auto 0px auto;
	z-index: 2;
}

