/*  
Theme Name: Original Premium News
Theme URI: http://www.woothemes.com/
Description: Original Premium News by WooThemes
Version: 2.0.4
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*========= allgemein =========*/

.list3 box1 {
border: 3px solid green;
}

*{
border: 0;
margin: 0;
padding: 0;
}
body{
background: #efe0cc repeat-x top;
color: #381508;
font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 13px;
    line-height: 24px;
}

#bigbox2 {
background: url(images/xx_bg_content.jpg) repeat-y;
background-position: center;
border: 0px solid red;
}

#bigbox {
background: url(images/header.jpg) no-repeat;
background-position: center top;
border: 0px solid green;
}

#bigbox_footer {
background: url(images/footer.png) no-repeat;
background-position: center bottom;
margin-left: 0px;
border: 0px solid yellow;
}

#wrap {
	background: url(xxx)repeat-y top left;
	width: 960px;
	margin:  0 auto;
	border: 0px solid #969696;
}
a{
	color: #940000;
	text-decoration: none;
font-weight: bold;
cursor: pointer;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	
	margin: 0 auto;
	width: 960px;
        border: 0px solid black;
}
/*--- Main Columns ---*/
#columns{
	margin: 0px 0 0;
	padding: 0 0px 0px;
}
.col1{
	float: left;
	width: auto;
border: 0px solid red;

}
.col2{
	float: right;
	width: 350px;
border: 0px solid green;
margin-top: 0px;
}
/*--- Sub Columns ---*/

.subcol{
width: 175px;
position: relative;
display: block;
float: right;
}

#subcolover {
border: 0px solid red;
padding-top: 20px;
float: right;
width: 350px;
}


.subcol h2{
	color: #685b13;
	font-size: 14px;
	padding: 0 0 0px;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav_footer{

position: absolute;
margin-top: 242px;
margin-left: 0px;
border: 0px solid green;
float: left;

}

#nav-left_footer {
	 float: left;
	position: relative;
height: 23px;
width: 400px;
margin-top: 20px;
	}

#nav-left_footer a {
	 
	float: left; 
border: 0px solid red;
padding-top: 10px;
padding-bottom: 12px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
font-weight: bold;
color: #fff;
	}
#nav-left_footer li a {
	 float: left;
border: 0px solid red;
padding-top: 10px;
padding-bottom: 12px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
font-weight: bold;
color: #fff;
	}



#nav{

position: relative;
margin-top: 0px;
margin-left: 230px;
border: 0px solid green;

}

#nav-left {
	float:left;
	position: relative;
height: 23px;
width: 400px;
margin-top: 45px;
	}

#nav-left a {
	float:left;
	position: relative;
border: 0px solid red;
padding-top: 10px;
padding-bottom: 12px;
padding-left: 10px;
padding-right: 10px;
font-size: 17px;
font-weight: bold;
color: #381508;
 
	}

#nav-left a:hover {
	 color: #9d0000;
text-decoration: none;
padding-top: 10px;
padding-bottom: 12px;
padding-left: 10px;
padding-right: 10px;
background: #dbccb8;
-moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	}
#nav-left li a {
	float:left;
	position: relative;
border: 0px solid red;
padding-top: 10px;
padding-bottom: 12px;
padding-left: 10px;
padding-right: 10px;
font-size: 17px;
font-weight: bold;
color: #381508;

	}

#nav-right {
	float:right;

margin-top: -25px;
	}

    
/*- Category Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: auto;
	border-bottom:3px solid #B3B3B3;
	font-weight:bold;
	font-size:15px;	
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 35px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #381508;
	display: block;
	padding: 0 13px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #940000;
	text-decoration: none;
	background: #B3B3B3;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Search -*/
#search{
	background: #fffff7;
	border: 1px solid #e1dac7;
	float: right;
	height: 39px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 0;
	width:312px;
 -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #b3b3b3;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 7px 2px 13px 10px;
	width:215px;
font-size: 16px;
}
#search .btn{
	margin-right: -5px;
margin-top: -1px;
	width: auto;	 
	 
float: right;
}
/*- Header -*/
#header{
	height: 528px;
        border: 0px solid grey
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
}
#header h1 a{
	display: block;
	
	
}
/*- RSS -*/
#rss{
	float: right;
	font-size: 12px;
	padding-top: 80px;
	text-align: right;
	width: 285px;
       
}
#rss a{
	color: #b3b3b3;
}
#rss ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}

 



/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured{
	background: #1f1509;
	height: 200px;
	margin: 0 0 10px;
	overflow: hidden;
	padding-right:10px;
border: 0px solid red;
}
.featured h2{
	font-size: 11px;
	padding: 0px 0;
padding-bottom: 8px;
}
.featured h3{
	font-size: 14px;
	padding: 0 0 10px 0;
}
.featured h3 a {
	color:#381508;
padding-bottom: 8px;
}
.featured h3 a:hover {
	color:#940000;
padding-bottom: 8px;
}
.featured p {
	margin-bottom:10px;
}
.featured-img{
	margin: 0 10px 0 0;
	width:550px;
	height:200px;
	float:left;
	display:inline;
}
#ribbon{
	width:138px;
	height:138px;
	float:right;
}
#featured-th{
	height: auto;
	margin: 0 0 0px;
}
#featured-th img{
	margin: 0;
	border:none;
}
#featured-th .idTabs {
	list-style:none;
	}
#featured-th .idTabs li {
	float:left;
	display:inline;
	margin-right:12px;
	}
#featured-th .idTabs li.last {
	margin-right:0px !important;
	}

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#DDD;
	float:left;
	width:550px;
	height:auto;
	margin-bottom:30px;
	}
.video-left {
	float:left;
	width:350px !important;
	display:inline;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:200px;
	display:inline;
	padding-top:7px;
	}
.video-right h2{
	color: #940000;
	font-size:1.3em;
	line-height:1.2em;	
	font-weight:bold;
	padding: 0 0 0 10px !important;
	margin:0 !important;
	}
.video-right p{
	color: #381508;
	font-size:0.9em;
	line-height:0.8em;
	font-weight:bold;
	padding: 0 0 7px 10px !important;
	margin:0 !important;	
	}
.video-right .idTabs {
	border-top:1px solid #FFF;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #FFF;
	background:#DDD;
	line-height:10px;
	}
.video-right .idTabs li a {
	color:#381508;
	font-weight:bold;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
	display:block;	
	padding:10px 10px;
	}
.video-right .idTabs li a:hover {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}
.video-right .selected {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 1em;
	padding: 0 0 0px;
padding-bottom: 8px;
}
.post h3{
	font-size: 1.3em;
}
.post h3 a{
	color: #381508;
padding-bottom: 8px;
}
.post p{
	padding: 0 0 15px;
}
.post p.posted{
	color: #9f9393;
}
/*- Box -*/
.box{
	border-top: 0px solid #c0c0c0;
	clear: both;
	height: auto;
	margin: 0 0 0px;
	padding: 0px 0 0px;
}
.box .post{
	width: 260px;
}
.box .post h2{
	
}
.box .post h3{
	font-size: 1em;
}
.box .post p.posted{
	font-size: .85em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding-bottom:15px;
	
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0 0 0px;
}
.post-alt h3{
	font-size: 1.4em;
}
.post-alt h3 a{
	color: #381508;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #a98f85;
}

.col2 h3 {
border: 0px solid red;
margin-top: 20px;
}


.col2 h4 {
font-size: 14px;
font-weight: normal; 
font-family: arial;
color: #6c4f3b; 
font-style: normal;
line-height: 29px;
}

.col2 h5 {
 font-size: 20px;
font-weight: bold; 
font-family: arial;
color: #6c4f3b;
}

.col2 h6 {
font-size: 35px;
font-weight: bold; 
font-family: arial;
color: #817c7a;
}


/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	padding: 0 0 0 13px;
	font-weight:bold;
}
.comments {
	padding-bottom:0px !important;
clear: both;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #381508;
	padding: 0 0 0 20px;
	font-weight:bold;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #9d9090;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
border: 0px solid red;
}
.navigation a {
	color: #9d9090;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	 background: none !important;
	padding:0px;
	width:530px;
	margin-bottom:0px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#381508;
}
#archivebox h2 em{
	color:#9d9090 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#381508;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #381508;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#381508;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#DDD;
	border: solid 1px #C0C0C0; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*========= SIDEBAR =========*/



#sidebar_oben2 {
margin-top: 0px;
height: auto !important;
border: 0px solid red;
position: relative;
padding-top: 30px;
}

#sidebar_oben1 {
border: 0px solid blue;
width: 350px;
}

#sidebar_oben2 div{
float: left;
border: 0px solid red;
margin-right: 30px;
 
}

.sidefooter {
float: left;
position: relative;
height: 160px;
margin-top: 47px;
margin-right: 6px;
}
#sidebar_oben3 {
border: 0px solid red;
width: 240px;

}

#sidebar_oben4 {
border: 0px solid green;
width: 420px;

}

#sidebar_oben5 {
border: 0px solid blue;
width: 230px;


}


/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:350px;
	float:left;
	display:block;
	}
.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	 
	border: 1px solid #eeeeee;
	border-bottom: 0;
	color: #c4b096;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #1f1509;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #373737;
	text-decoration: none;
}
.navbox{
	background: #1f1509;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
}
.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li{
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:0px dashed #C0C0C0;
}
.list1 li a,.list3 li a,.list4 li a{
	color: #381508;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
	}
/*- Ads -*/
.ads{
	border: 1px solid #eeeeee;
	height: 125px;
	margin: 0 0 25px;
	padding: 10px;
}
.ads img{
	float: left;
	margin: 0 14px 0 0;
}
.ads img.last{
	margin: 0 !important;
}
/*- Flickr -*/
.flickr{
	background: #fafafa;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr .flickr_badge_image img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-bottom:5px;	
}
.flickr h2{
	color: #940000;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}

/*=== DropDown Lists ===*/
.catlist{
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{
	color: #940000;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #381508;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #381508;
}

/*========= FOOTER =========*/

#footer{
	background: url(images/xxxfooter.jpg) repeat-x;
        background-position: center bottom;
	clear: both;
	color: #b3b3b3;
	height: 322px;
	 
	padding: 0px;
padding-top: 20px !important;
}
#footer a{
	color: #b3b3b3;
}
#footer img {
	vertical-align:middle;
}

#footer_innen{
border: 0px solid red;
margin: 0 auto;
width: 960px;

}

#footertext {


margin-top: 64px;

float: right;


}
/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;

}
.hl{
	
}
.hl-full{
	
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:20px 0 25px !important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-top: 3px solid #c0c0c0;
	padding-bottom: 10px;
padding-top: 20px;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #c0c0c0;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
.gravatar {
	float:left;
	border: 1px solid #381508;
	margin-right: 10px;
}

#backhome a {
border: 0px solid yellow;
float: left;
height: 120px; 
width: 200px;
}

#buttoncontainer {
float: right;
margin-right: -330px;
margin-top: 278px;
border: 0px solid red;
width: 330px;
height: 140px;
}

#buttoncontainer2 {



}

#refbutton {
position: absolute;
border: 0px solid blue;
margin-top:210px;
}
#refbutton a{
border: 0px solid blue;
width: 530px;
height: 200px;
}

#calltoaction a {
letter-spacing: 0.05em;
font-size: 19px;
color: #fff;
cursor: pointer;
border: 0px solid green;
float: left;
height: auto; 
 
margin-left: 70px;
margin-bottom: 35px;
 text-shadow: 0px 1px 0px #4f4744; /*versatz_horizontal verzatz_vertikal blur */
padding-top: 17px;
padding-bottom: 20px;
padding-left: 23px;
padding-right: 20px;
}

#calltoaction a:hover {
font-size: 19px;
color: #e7e7e7;
  text-shadow: 0px 0px 0px #3c3934; /*versatz_horizontal verzatz_vertikal blur */
text-decoration: none;
padding-top: 17px;
padding-bottom: 20px;
padding-left: 23px;
padding-right: 20px;
}

#facebook_abo a {
border: 0px solid yellow;
float: left;
height: 50px; 
width: 128px;
}

#twitter_abo a {
border: 0px solid yellow;
float: left;
height: 50px; 
width: 108px;
}

#rss_abo a {
border: 0px solid yellow;
float: left;
height: 50px; 
width: 88px;
}

#featurebox {
position: absolute;
border: 0px solid red;
display:top;
margin-top:-440px;
}

.col1 h2 {
padding-bottom: 4px;
font-size: 14px;
}

.col1 h3 {
padding-bottom: 11px;
font-size: 24px;
}

.featured-img {
border: 0px solid red;

}

#recent-posts-4 { 

height: 150px;}





//*CONTACTFORM_STYLES*//

#kontakt_dobicki   
{
    border: 0px solid red;


    }

.textfeld_kontakt 
{
     color: #57433c;
    }


.textfeld_kontakt span 
{
    border: 0px solid red;
float: right;
    }

 .textfeld_kontakt input
{
    border: 1px solid #bfbab4;
float: right;
width: 300px;
height: 31px;
margin-top: -25px;

color: #5e2f1d;
font-size: 14px;
letter-spacing: 0.5px;
font-weight: normal;
padding-left: 7px;
    }

 .textfeld_kontakt textarea
{
    border: 1px solid #bfbab4;
float: right;
width: 300px;
margin-top: -25px;
font-size: 14px;
letter-spacing: 0.5px;
font-weight: normal;
padding-left: 7px;
padding-top: 7px;
 font-family: 'Lucida Grande',Arial,sans-serif;
    }

#submit_kontakt
{
float: right;
margin-top:0px;
    border: 0px solid red;
    }

#submit_kontakt input
{
 

margin-top: 20px;
margin-left: 372px;


 background: #822714 repeat-x;
padding: 10px 15px 10px 15px;
color: #fff;
text-decoration: none;
	    font-weight: bold;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	    border-bottom: 1px solid rgba(0,0,0,0.25);
	    cursor: pointer; 
    }

#submit_kontakt input:hover
{

margin-top: 20px;
margin-left: 372px;


 background: #983a26 repeat-x;
padding: 10px 15px 10px 15px;
color: #fff;
text-decoration: none;
	    font-weight: bold;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	    border-bottom: 1px solid rgba(0,0,0,0.25);
	    cursor: pointer; 
    }


#wpcf7-f1-p55-o1 {
height: 480px;
width: 460px;
}


.do {
background: url(images/do.jpg) no-repeat;
width: 29px;
height: 31px;
float: left;
}

.dont {
background: url(images/dont.jpg) no-repeat;
width: 29px;
height: 31px;
float: left;
}

.dot {
background: url(images/dot.jpg) no-repeat;
width: 29px;
height: 31px;
float: left;
}

.dotext {
padding-top: 3px;
margin-left: 35px;
height: 29px;
width: 340px;
}

.donttext {
padding-top: 3px;
margin-left: 35px;
height: 29px;
width: 140px;
}

.projekte_spalte  {
width: 300px;
height: 300px;
padding-right: 0px;
float: left;
border: 0px solid red;
margin-right: 30px;

}


#weil {
width: 300px;
height: auto;
float: left;
}
#hallo {
position: relative;
float: right;
width: 600px;
-moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
background: #e5d8c6;
padding: 15px;
margin-top: 0px;
}

#laufendeprojekte {
width: 960px;
float: left;
display: block;
margin-top: 50px;
border: 0px solid red;
}

#hbig_uber {
background: url(images/ref_uber/hbig_uber.jpg) center;
width: 300px;
height: 160px;
-moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
margin-bottom: 15px;

}

#fb1_uber {
background: url(images/ref_uber/fb1_uber.jpg) center;
width: 300px;
height: 160px;
-moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
margin-bottom: 15px;
}

#utopion_uber {
background: url(images/ref_uber/utopion_uber.jpg) center;
width: 300px;
height: 160px;
-moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
margin-bottom: 15px;
}

 

.button_b a{
float: right;
background: url(IMAGE_URL), -moz-linear-gradient(top, #f6aa3c, #b66023); /* FF3.6 */
background: url(IMAGE_URL), -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6aa3c),color-stop(1, #b66023)); /* Saf4+, Chrome */
-moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
padding: 10px;
width: 90px; 

text-align: center;
border-top:1px solid #eebf69;
border-left:1px solid #9b4a1f;
border-right: 1px solid #eebf69;
border-bottom: 1px solid #9b4a1f;
color: #ffffff;
}


.button_b a:hover{
float: right;
background: url(IMAGE_URL), -moz-linear-gradient(top, #b55523, #f6aa3c); /* FF3.6 */
background: url(IMAGE_URL), -webkit-gradient(linear,left top,left bottom,color-stop(0, #b55523),color-stop(1, #f6aa3c)); /* Saf4+, Chrome */
-moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
padding: 10px;
width: 90px; 
 
text-align: center;
border-top:1px solid #9b4a1f;
border-left:1px solid #771e0c;
border-right: 1px solid #9b4a1f;
border-bottom: 1px solid #771e0c;
color: #ffffff;
text-decoration: none;
}


.o_button a {
float: right;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding: 10px;
width: 90px; 
text-align: center;
border-top:1px solid #eebf69;
border-left:1px solid #9b4a1f;
border-right: 1px solid #eebf69;
border-bottom: 1px solid #9b4a1f;
color: #ffffff;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);

}

#sub_kontakt a {
background: url(IMAGE_URL), -moz-linear-gradient(top, #574333, #37271a); /* FF3.6 */
background: url(IMAGE_URL), -webkit-gradient(linear,left top,left bottom,color-stop(0, #574333),color-stop(1, #37271a)); /* Saf4+, Chrome */ 
margin-top: 20px!important;
float: left;
}

#sub_kontakt a:hover {
text-decoration: none; 

}


#zur_seite a {
background: url(IMAGE_URL), -moz-linear-gradient(top, #f6aa3c, #b66023); /* FF3.6 */
background: url(IMAGE_URL), -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6aa3c),color-stop(1, #b66023)); /* Saf4+, Chrome */
float: left;
margin-right: 30px!important;
}

#zur_seite a:hover {
text-decoration: none; 
}

#ref_spalte_rechts {
width: 230px;
float: right;
border: 0px solid red;
}

#ref_spalte_mitte {
width: 700px;
float: left;
border: 0px solid red;}

#ref_spalte_links {
width: 960px;
float: left;
border: 0px solid red;
}