/*
Theme Name: Alpitecture
Theme URI: http://ap35.de
Description: Theme for the alpitecture.com site
Version: 1.0
Author: Fabian Schwab
Author URI: http://ap35.de
Tags: clean, simple

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

*/
@charset "UTF-8";
/* CSS Document */
#apDiv4 {
    position:fixed;
    width:100%;
    height:100%;
    z-index:0;
	top:0;
	overflow:hidden;
	background-attachment: fixed; 
}
.bgEpandable {
	height:100%!important;
	width:100%!important;
	border:0px solid red;
}
#imprint{
	position:fixed;
	bottom:0px;
	left: 1000px;
	height:150px;
	width:200px;
	z-index:5;
	text-align: right;
}
#imprint img{
	border:none;
}

* {
	margin:0;
	padding:0;
}
body{
/*	background-image: url(./images/back.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	background-attachment:fixed;*/
	background-color:#fff;
	font-family:verdana;
	font-size:12px;
	color:#000;
	z-index:1;
	min-width:1200px;
	line-height: 17px; 
}

/******LAYOUT******/
#header{
	position:absolute;
	z-index:5;
	top:50px;
	left:250px;
	width:650px;
	border-bottom: black dotted 1px;
	border-top: black dotted 1px;
	background-color:white;
}
#language{
	position:absolute;
	z-index:5;
	left:250px;
	width:650px;
	height:20px;
	text-align:right;
	top:0px;
}
#sidebar{
	position:fixed; 
	z-index:4;
	top:150px; 
	left:10px; 
	width:200px; 
}
#content{
	position:absolute;
	z-index:4;
	top:150px;
	left:250px;
	width:650px;
}
#logo{
	position:fixed; 
	z-index:1;
	top:150px;
	left:950px;  
	height:300px;
	width:250px;
	text-align:right;
}
#column_1{
	position: absolute;
	top:0px;
	left:0px;
	width:450px;
	z-index:1;
}
#column_2{
	position: absolute;
	top:0px;
	right:0px;
	width:150px;
	text-align: right;
	z-index:1;	
}
/******LAYOUT END******/

/*****Lists******/
#header ul, ul li {
	margin:0px;
	padding:0px;
	display: inline;
}
#sidebar ul{
	list-style: none;
	font-size:14px;
	padding:0px;
	margin:0px;
	
}
#sidebar li { /*außenabstand zwischen einzelnen aufzählungen*/
	margin-bottom: 16px;
	display:block;	
}
#sidebar ul ul {
	list-style: none;
	font-size:12px;
	margin-top:16px; /*außenabstand zum überpunkt*/
	padding-left:20px; /*einrückung der ganzen unterliste*/
}
.post ul{
	padding: 0px;
	margin:0px;
	margin-left:30px;
	margin-bottom:10px;
}
.post ul li{
display: list-item; 
list-style-type: circle; 
}
/*.post ul li:before {
	content: "» ";
}
****Lists END******/
/*****Table******/
table{
	border: black dotted 1px;
	width:100%;
	margin-bottom:30px;
	text-align:left;
}
table td{
	vertical-align: text-top;
	padding: 5px 2px 5px 2px; 
}
/*****Table END******/
/*****Links*****/
#language a{
	text-decoration:underline;
}
ul li.page_item a{
	color: black;
	border-bottom: black dotted 1px;
	border-top: black dotted 1px;
	text-decoration:none;
	padding:2px;
		background-color:white;
}
ul ul li.page_item a, ul ul ul li.page_item a, #header ul li.page_item a
{
	color: black;
	border-bottom: black dotted 1px;
	border-top: black dotted 1px;
	text-decoration:none;
	padding:2px;
		background-color:white;
}
ul li.current_page_item a,  ul li.current_page_ancestor a, ul ul li.current_page_item a, ul ul ul li.current_page_item a{
	color: red;
	border-bottom:red dotted 1px;
	border-top: red dotted 1px;
	text-decoration:none;
	padding:2px;
		background-color:white;
}
#header ul li.page_item a
{
	color: black;
	border:none;
	text-decoration:none;
	padding:2px;
	font-size:15px;
	font-weight: 100;
	font-weight:bold;
		background-color:transparent;
}
#header ul li.current_page_item a, #header ul li.current_page_ancestor a{
	color: red;
	border:none;
	text-decoration:none;
	padding:2px;
	font-size:15px;
	font-weight: 100;
	font-weight:bold;
		background-color:transparent;
}
h2 a {
	color: black;
	border-bottom:black dotted 1px;
	text-decoration:none;
	padding:1px;
}
h2 a:hover{
	color:red;
	border-bottom:red dotted 1px;
	text-decoration:none;
}

a{
	color:black;
	text-decoration:underline;
}
a:hover{
	color:red;
	text-decoration:underline;
}
#imprint li{
	list-style: none;
}
/*****Links END*****/

/*******Fonts and Textalignment******/
#header{
	text-align:right;
	font-size:18px;
}
h1{
	font-size:18px;
	padding-bottom:15px;
}
h2{
	font-size:16px;
	font-weight:normal;
	color:black;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}
h3{
	font-size:14px;
}
h4{
	font-size:12px;
}

p{
	padding-bottom:15px;
}
.post{
	background-image: url(./images/bg_imgfact.gif);
    /*border: black dotted 1px;*/
	padding: 5px;
	margin-bottom:20px;
	text-align: justify;
}
.post p{
	margin:0px;
	padding: 0px;
	margin-bottom:20px;
}
p.date{
	color:#9a9a9a;
	margin-bottom:5px;
	font-size:9px;
}
p.tag, p.tag a{
	color: #9a9a9a;
	margin-top:9px;
	padding-bottom:0px;
	font-size:9px;
	text-decoration:none;
	margin-bottom:0px;
}
.partner{
	text-align:center;
}

/*******Fonts and Textalignment END******/

/*****IMAGES***/
#logo img, #language img{
	border:none;
}
#column_2 img{
	border:none;
}
.partner img{
	padding-bottom: 25px;
	border:none;
}
.sidepic{
	padding-bottom: 2px;
}
.desc{
	padding: 2px;
	margin-top:5px;
	margin-bottom:15px;
	margin-top: 5px;
	text-align:left;
	border:black dotted 1px;
	background-color:white;
}
.post img{
	border:none;
}
table td img{
	border: 0px;
	text-decoration:none;
}
.alignleft{
	float:left;
	margin-right: 10px;
	margin-bottom: 0px;
}
