/*

Theme Name: Agit

Theme URI: http://www.michaljanik.com

Description: This is my theme test.

Version: 1.0

Author: Michal Janik

Author URI: http://www.michaljanik.com

*/

html,body{
	margin:0;
	padding:5px 0 0;
	font-family:Verdana, Arial, sans-serif;
	color:#000;
}
body{
	text-align:center;
	font-size:12px;
	line-height:14px;
}
#wrapper{
	width:960px;
	background-color:#fff;
	margin:0 auto;
	padding:0;
	text-align:left;
}
#left{
	float:left;
	width:230px;
	background-color:#fff;
	padding-top:175px;
}
ul.years{
	list-style:none;
	padding:0;
	margin:100px 0 0 140px;
	font-size:10px;
}
.years li{
	padding:11px 0 0;
	margin:0;
	width:66px;
	height:39px;
	text-align:center;
	background-image:url('images/yearsr.gif');
	background-repeat:no-repeat;
}
.years li.ogorek{background-image:none;padding:0;}
.years li.current-cat{background-image:url('images/yearss.gif');}
.years li.used-cat{background-image:url('images/yearss.gif');}
li.hover-item{background-image:url('images/yearss.gif');}
#right{
	float:right;
	width:730px;
	background-color:#fff;
}
ul.nav{
	list-style:none;
	padding:0;
	margin:0;
}
.nav li{
	padding:0;
	margin:0;
	display:inline;
	float:right;
}
#kontakt{margin-right:20px;}

#links{margin-right:0px;}

#uberuns{margin-right:70px;}

li#projekte{
	width:120px;
	height:120px;
	margin-right:50px;
}
li#projekte.used-cat-parent{background-image:url('images/projektes.gif');}
a{
	text-decoration:none;
	color:#000;
}
ul.years li a{color:#fff}

#content{
	margin:355px 0 0 60px;
	padding:0 25px 50px;
	text-align:justify;
}
span.bold{font-weight:bold;}
img.alignright, div.alignright{float:right; margin:0 0 1em 1em}
img.alignleft,  div.alignleft{float:left; margin:0 1em 1em 0}
img.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
div.post{
	float:left;
	margin:5px 10px;
	width:230px;
	height:245px;
	text-align:center;
}
div.post img{
	width:230px;
	height:206px;
}
#impressum{
	margin:60px auto 10px;
	width:66px;
	clear:both;
}
#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
}  
#popupContact{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:550px;  
	width:408px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:11px;  
}  
#popupContactClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  	 
}  
input#button{
	font-size:9px;
	font-family:Verdana, Arial, sans-serif;
	background-color:#fff;
	color:gray;
	border:none;
	width:66px;
}
.lang_ver{
	margin:20px 0 0 35px;
	display:block;
	border:1px solid #000;
}
a img{border:none;}