@charset "UTF-8";
/* CSS Document */


html, body {
	font-family: "Lucida Console", Monaco, monospace;

height:100%;
margin: 0px;}

* {
	margin: 0px;
	padding: 0px;
}


#s1{float:left; width:140px; margin-right:10px;}
#s2{float:left; width:280px; margin-right:10px;}
#s2_2{float:left; width:560px; margin-right:10px;}
#s3{float:left; width:280px; margin-right:10px;}
#s4{float:left; margin-right:10px;}

#logobox{float:left; width:130px; margin-bottom:10px; padding:5px; background:#000;}
#projekte{float:left; width:130px; margin-bottom:10px; padding:5px; background:#FFF}
#navi{float:left; width:130px; margin-bottom:10px; padding:5px; background:#FFF;}
#fuenf{float:left; width:130px; margin-bottom:10px; padding:auto;}
#bild{float:left; width:280px; margin-bottom:10px;}
#bild560{float:left; width:560px; margin-bottom:10px;}
#inhalt1{float:left; width:270px; margin-bottom:10px; padding:5px;  background:#000;}
#kurztext{float:left; width:270px; margin-bottom:10px; padding:5px;  background:#FFF;}
#link{float:left; margin-bottom:10px; padding:5px;  background:#000;}

/* Typo - LINKS */

a.navi:link, a.navi:visited, a.navi:active {font-size: 10px; color: #000; line-height:13px; text-decoration: none;
		}
		
a.navi:hover{
text-decoration: line-through;
		}
		
a.link:link, a.link:visited, a.link:active {font-size: 10px; color: #FFF; line-height:13px; text-decoration: none;
		}
		
a.link:hover{
text-decoration: line-through;
		}
		
a.link2:link, a.link2:visited, a.link2:active {font-size: 11px; color: #000; line-height:13px; text-decoration: none;
		}
		
a.link2:hover{
text-decoration: line-through;
		}
		
		
/* Typo */

.laborvisuell{ font-size:11px; font-weight:bold; color:#FFF; line-height:13px;}
.text-weiss{ font-size:11px;color:#FFF; line-height:15px;}
.text-weiss-bold{ font-weight:bold; font-size:12px;color:#FFF; line-height:16px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.text-schw{ font-size:11px;color:#000; line-height:15px;}
.text-schw-bold{ font-weight:bold; font-size:12px;color:#000; line-height:16px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; }
.link-aktiv {font-size: 10px; color: #000; line-height:15px; text-decoration: line-through;}

/* Formulare */

.textfeld {color: #fff; border:1px solid #FFF; background-color:#000000; height:25px; width:268px; margin-top:5px;}
.send_button { background-color:#000;  display:block; color:white; width:280px; border:none; padding:5px; font-weight:bold; font-size:12px;color:#FFF; line-height:13px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; }		