body{
	margin: 0;
	padding: 0;
	font: normal 13px/1.4 Lucida Sans, Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #333;
	background: #333 url(source/bg/bg.jpg) fixed repeat-x;
}




p{
	font: normal 13px/1.4 Lucida Sans, Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #333;
	text-align: justify;
}

a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
	padding: 0 1px;
}

a:hover{
	color: #c00;
	background: #fff;
}


#wrapper{
	width: 760px; 
	margin: 50px auto 20px auto; 
	padding: 15px 50px;
	background: #eee url(source/bg/bg_content.jpg) repeat-x;
	/** -webkit-box-shadow: 1px 1px 100px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 100px rgba(0, 0, 0, 1); **/
}

#header{
	height: 370px;
}

h1{
	margin: 0;
	text-indent: -999999px;
	background: url(source/logo.png) no-repeat 100% 100%;	
	width: 760px;
	height: 60px;
	position: relative;
}

h1 a{
	display: block;
	width: 160px;
	left: 410px;
	top: 10px;
	position: absolute;
	height: 45px;
	width: 350px;
	background: none;
	border: none;
}


h1 a:hover{
	background: none;
	border: none;
}

.headline{
	font: normal 16px/1.4 Lucida Sans, Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
	text-shadow: #ccc 1px 1px;
	margin: 0;
}

.headline a{
	font: bold 16px/1.4 Lucida Sans, Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	padding: 0 1px;
}




body#cat_leben .headline a.cat_leben,
body#cat_interessen .headline a.cat_interessen,
body#cat_projekte .headline a.cat_projekte,
.headline a:hover{
	color: #c00;
	background: #fff;
}












/** ------------------------- HAUPTBILD ------------------------- **/


.mainpicture{
	position: relative;
	height: 260px;
	margin: 20px 0 0;
}

.mainpicture img{
	-webkit-box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
}


.mainpicture:before{
	content:url(source/bg/stripe.png); 
	position: absolute;
	top: -45px;
	left: -35px;
	z-index: 100;
}

.mainpicture:after{
	content:url(source/bg/stripe.png); 
	position: absolute;
	bottom: -45px;
	right: -35px;
	z-index: 100;
}



.mainpicture_desc{
	position: absolute;
	top: 5px;
	left: 6px;
	width: 20px;
	height: 20px;
	margin: 0;
	text-shadow: #000 1px 1px;
	background: url(source/media/icons/info.png) no-repeat;
	display: none;
}

.mainpicture_desc .text{
	width: 200px;
	margin: 0;
	display: none;
}

.mainpicture_desc:hover .text{
	width: 200px;
	margin: 0 0 0 25px;
	display: block;
}




   
   

/** ------------------------- INHALT ------------------------- **/



h2{
	text-indent: -999999px;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 0;
}


h2.welcome		{background: url(source/media/title/welcome.gif) no-repeat;}

h2.projekte		{background: url(source/media/title/projekte.gif) no-repeat;}

h2.kontakt		{background: url(source/media/title/kontakt.gif) no-repeat;}

h2.impressum	{background: url(source/media/title/impressum.gif) no-repeat;}

h2.leben		{background: url(source/media/title/leben.gif) no-repeat;}

h2.bundesheer	{background: url(source/media/title/bundesheer.gif) no-repeat;}

h2.semmering	{background: url(source/media/title/semmering.gif) no-repeat;}

h2.interessen	{background: url(source/media/title/interessen.gif) no-repeat;}

h2.legostadt	{background: url(source/media/title/legostadt.gif) no-repeat;}

h2.fotographie	{background: url(source/media/title/fotographie.gif) no-repeat;}

h2.saastal		{background: url(source/media/title/saastal.gif) no-repeat;}

h2.reisen		{background: url(source/media/title/reisen.gif) no-repeat;}

h2.kindheit		{background: url(source/media/title/kindheit.gif) no-repeat;}

h2.webtipps		{background: url(source/media/title/webtipps.gif) no-repeat;}



h3{
	font: normal 20px/1.4 Lucida Sans Unicode;
	margin: 20px 0 0;	
	padding: 0;
	border-bottom: 1px solid #ddd;
}


.line {
	border-top: 1px solid #ddd;
	width: 760px;
	display: block;
	margin: 0;
	padding: 0;
}






.firmenlogo{
	margin: 0 8px 0 0;
	width: 200px;
}

.firmenlogo img{
	border: 1px solid #ddd;
	padding: 2px;
}

.workingtext{
	margin: 0;
	float: right;
	text-align: left;
}

.workingtext i{
	margin: 5px 0 0 20px;
	display: block;
}


/** ------------------------- TEASER ------------------------- **/

.teaserarea{
	width: 760px;
	float: left;
	margin: 0 0 20px 0;
}


.teaser{
	float: left;
	width: 240px;
	height: 170px;
	margin: 10px 0;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);	
	position: relative;
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg)}

.margin-right{
	margin-right: 20px;
}

.teaser p{
	margin: 0;
	padding: 0;
}

.teaser a{
	display: block;
	width: 240px;
	height: 100%;
	background: #ddd;
	text-decoration: none;
	padding: 0;
	border: none;
}

.teaser a:hover{
	background: #fff;
	-webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 1);	
}


.teaser .title{
	display: block;
	background: #333;
	color: #fff;
	margin: 0;
	padding: 0 7px;
	height: 26px;
	width: 226px;
	font: bold 14px/24px Lucida Sans, Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
	text-shadow: #000 0 1px;
}

.teaser a:hover .title{
	background: #333;
	background: #c00;
}


.teaser a img{
	border: none;
	margin: 0;
	padding: 0;
	opacity: 0.8;
}

.teaser a:hover img{
	opacity: 1;
}

.teaser a .more{
	margin: 0;
	padding: 0;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 210px;
	top: 100px;
	background: url(source/media/icons/more.png) 0 0;
}


.teaser a:hover .more{
	background: url(source/media/icons/more.png) 0 100%;
}



.teaser .text{
	display: block;
	width: 224px;
	margin: 0;
	padding: 2px 8px 8px 8px;
	color: #333;
	font: normal 13px/1.2 Lucida Sans, Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
}




p#links{
	color: #777;
	font: normal 11px/1.2 Lucida Sans, Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
	margin: 30px 0 0 0;
}


	
	





/** ------------------------- FOOTER ------------------------- **/


#footer{
	border-top: 10px solid #fff;
	position: relative;
	height: 50px;
	margin-top: 10px;
}

#footer a{
	color: #333;
}

#footer a:hover{
	color: #000;
	background: #fff;
}

#footer .socialmedia{
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0;
	width: 144px;
	height: 40px;
	text-indent: -999999px;
	display: block;
}

#footer .socialmedia a.social{
	position: absolute;
	margin: 0;
	display: block;
	width: 30px; 
	height: 32px;
	top: 0;
	border: none;
}


#footer .socialmedia a.xing{
	left: 0;
	background: url(source/media/icons/xing.png);
}

#footer .socialmedia a.linkedin{
	left: 37px;
	background: url(source/media/icons/linkedin.png);
}

#footer .socialmedia a.facebook{
	left: 74px;
	background: url(source/media/icons/facebook.png);
}

#footer .socialmedia a.youtube{
	left: 112px;
	background: url(source/media/icons/youtube.gif);
}










.