/*
    Document   : style
    Created on : 13.01.2011, 16:27:49
    Author     : Jens Meichsner
    Description:
    Stylesheet for jensites.com hp
*/

body {
	font-family: Molengo, Verdana, sans-serif;
	font-size:12px;
	color:#b9b9b9;
	background-color: #fff;
}

#main {
	margin: 50px auto;
	width: 792px;
	position:relative;
}

#header {
	width:792px;
}

#nav {
	width: 300px;
	height: 25px;
	text-align: center;
	margin:15px auto;
	display:none;
	font-size:14px;
	list-style-type: none;
}

#content {
	margin-left:0px;
	width:792px;
	height: 220px;
	overflow: hidden;
	position: relative;
}

#content-inside {
	width:1100px;
	padding-left:20px;
}

#footer {
	width:792px;
}

#start_container {
	width:300px;
	height:140px;
	margin:0 auto;
}

#logo{
	width:190px;
	height: 102px;
	margin: 120px auto 0px auto;
	text-align: center;
}

#start_img{
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE < 8 */
	filter: alpha(opacity=50);/* IE 8 */
}

#scroll-left {
	position: absolute;
	top:151px;
	left:0;
	z-index:10;
}

#scroll-right {
	position: absolute;
	top:151px;
	right:0;
	z-index:10;
}

#nav li{
	float:left;
}

#nav a, #nav_start a {
	margin-right:15px;
	text-decoration:none;
	color:#b9b9b9;
}

#nav a:hover, #nav_start a:hover {
	text-decoration:none;
	color:#ED9C55;
}

a, a:visited, a:active{
	text-decoration:none;
	color:#b9b9b9;
}

a:hover{
	text-decoration: none;
	color:#ED9C55;
}

a:focus { 
	outline: none;
}

.tease_head{
	font-weight:normal;
	color:#676767;
	font-size:12px;
	width:150px;
}

.tease{
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
	margin:20px 10px 10px 10px;
	padding:10px;
	background-color:#fff;
	border:1px solid #ebebeb;
	display: inline;
}

.kontakt {
	text-align: left;
	margin-top: 10px;
	margin-left: 415px;
	font-size: 14px;
}

.tease-img{
	float:left;
	margin:0;
	padding: 0;
	opacity: .6;
}

.tease_text{
	display: none;
	vertical-align:top;
	float:right;
	text-align:right;
	padding: 0;
	padding-right:3px;
	margin: 0;
	width:150px;
	height: 150px;
}

.project_img{
	float:left;
	margin:10px;
}

.project_desc{
	float:right;
	margin:10px;
	text-align: right;
}

#nav a.active{
	color:#ED9C55;
}

p {
	margin:0;
	padding:0;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: baseline;
}

.clear{
	clear:both;
}

#ajax_cage {
	position:absolute;
	top:20px;
	left:100px;
	display:none;
	z-index:102;
}

#ajax_content{
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background-color:#fff;
	border:1px solid #d6d6d6; /*#9f9f9f;*/
	padding:20px 20px 25px 20px;
}

#ajax_bar{
	text-align:right;
	padding:5px 20px 0 0;
}

#ajax_blocker {
	background-color:#fff;
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE < 8 */
	filter: alpha(opacity=60);/* IE 8 */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:-10;
}
