@charset "utf-8";

#langs {
	margin:0;
	padding:0;
	list-style: none;	

}

#langs li {
	padding:20px;
	border-bottom: 1px solid #DDD;	
	background:#EEE;
}

#langs li input {
	width:450px;
}

#langs li textarea {
	width:450px;
	height:100px;
}

#langs li img {
	margin: -12px 20px 0 0;
	float:left;
}

/* Projekte */
ul.projekte {
	margin:0;
	padding:0;
	list-style: none;	
}

ul.projekte li {
	margin:0;
	padding:0;
	list-style: none;	
	
	text-align:left;
	vertical-align: top;
	color:#6f6f6f;
	font-size:12px;
	line-height:17px;
	position:relative;
}

ul.projekte li strong {
	font-size:14px;
	display:block;
	text-transform: uppercase;
	
	margin:0;
	padding:0 0 5px 0;
}

ul.projekte li hr {
	display:block;
	clear:both;
	margin:10px 0 20px 0;
}


.p_container {
	position:relative;
	height:120px;	
	padding: 0 0 15px 0;
}

html.lt-ie8 .p_container {
	height: auto;	
}

html.lt-ie7 .p_container {
	height: 120px;	
}

div.left-box {
	position: relative;
	float:left;
	width:405px;
	
	margin: 0 20px 20px 0;
	padding:20px 10px 20px 10px;
	-moz-box-shadow: 0 0 11px #DDD;
	-webkit-box-shadow: 0 0 11px #DDD;
	box-shadow: 0 0 11px #DDD;
	  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #EEE;	
	
}

div.left-box-inner {
	background: url(/bilder/linien.png) center 10px repeat-y;
	min-height:100px;	
	
}

html.lt-ie7 div.left-box-inner {
	background: #FFF;
}

div.org_logo {
	float:right;
	width:100px;
	height:100%;
	padding:0px 7px 0 16px;
	text-align:center;
	
}

div.flags {
	position:relative;
	width:110px;
	height:100%;
	float:left;
	margin-right:10px;
	margin-top:-5px;
	padding:0 0 0 10px;
}

div.countryname {
	position:absolute;
	left: 10px;
	top:-11px;	
	
background-image: linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.37, rgb(238,238,238)),
	color-stop(1, rgb(255,255,255))
);
	

	
	-moz-box-shadow: 0 0 2px #DDD;
	-webkit-box-shadow: 0 0 2px #DDD;
	box-shadow: 0 0 2px #DDD;
	  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #DDD;
	
	padding: 3px 10px 2px 10px;
	line-height:16px;
}


div.counter {
	position:relative;
	line-height:26px;
	text-align:right;
	font-size:18px;
	letter-spacing:-1px;
	padding: 0px 15px 0 0px;
    font-family: 'Share Tech Mono', sans-serif;
	float:left;
	width:115px;
	height:100%;
	margin: 0 0 0 15px;
	
}

div.counter span {
	text-align:right;
	display: inline-block;
	padding-left:5px;
	width:30px;
}

div.counter .updated {
	position:absolute;
	top:80px;
	right: 15px;
	letter-spacing:normal;
	font-family: Arial, sans-serif;
	font-size:11px;
	width:120px;
}


div.textbox {
	float:right;
	width:445px;
	position:relative;
	height:141px;
	overflow:hidden;
	padding: 3px 0 0 0;
	z-index:50;
}

html.no-js div.textbox {
	height:auto;
}

div.textbox div.text {
display:none;
margin:0;
padding:0;	
}

div.textbox div.text:first-child {
display:block;
}

html.no-js div.textbox div.text {
display:block;
margin-bottom:10px;
}

div.more {
	float:right;
	padding:30px 0 0 0;
	position:relative;
	
}

div.mask {
	position:absolute;
	bottom:-20px;
	right:0px;
	height: 60px;
	padding: 0;
	width:445px;
	background: url(/bilder/mask.png) left top repeat-x;	
	text-align:center;

	z-index:99;
}

div.mask div {
	position:absolute;
	background:#FFF;
	margin: 0 0 0 -40px;
	bottom: 13px;
	left: 50%;
	padding: 0px 0 2px 0;
	height: 14px;
	width:80px;
	text-align:center;
	
	-moz-box-shadow: 0 0 2px #DDD;
	-webkit-box-shadow: 0 0 2px #DDD;
	box-shadow: 0 0 2px #DDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #DDD;	

}

.mask a:HOVER {
	text-decoration:none;	
}

div.mask div:HOVER {
	background:#F4F4F4;	
}

html.no-js .langlink {
	display:none;
}

.langlink:HOVER {
	text-decoration:none;
	font-weight:bold;
}

.langlink.active {
font-weight:bold;	
}