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

Html {
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	}
	
body {
	width:674px;
	margin:0 auto;
	font-family:Geneva, Verdana;
	color:#444346;
}

#box_top {
	width:674px;
	height:17px;
	background-image:url(img/box_top.png);
	}
	
#box_content {
	width:614px;
	background-image:url(img/box_repeat.png);
	padding:0 30px 0 30px;
}

	#box_content h1 {
		font-size:1.5em;
		font-weight:normal;
	}
	
	#box_content h2 {
		font-size:1.2em;
		font-weight:normal;
		color:#908e94;
	}
	
	#box_content h3 {
		font-size:1.0em;
		font-weight:normal;
		color:#908e94;
		padding:8px 0 0 0;
	}
	
	#box_content h4 {
		font-size:1.0em;
		font-weight:normal;
		padding:15px 0 0 20px;
		color:#39373b;
	}
	
	
	
	#box_content p {
		padding:15px 0 0 0;
		color:#39373b;
		font-size:0.75em;
	}

	.float_left {
		float:left;
	}
	
#col_left {
	width:300px;
	float:left;
}

#col_right {
	width:300px;
	float:left;
}


#box_bottom {
	width:674px;
	height:23px;
	background-image:url(img/box_bottom.png);
	}

.clearer {
	clear:both;
}
	
	
form {
   width: 250px; /* Breite des Formulars */
   padding: 20px;
   font-size:0.75em;
}

form label {
   display: block; /* Beschriftung auf eigener Zeile */
   cursor: pointer; /* Mauszeiger wird zur Hand */
}

input#absender,input#mail,
textarea {
   width: 200px;
   height:15px;
   border: 1px solid #8c8c8c;
   margin-bottom: 1em;
   background-image:url(img/bg_input.jpg);
   color:#31a6db;
   padding:3px 0 0 3px;
}
textarea {
   height: 7em;
}


#twitter_div { 
	width: 300px; 
	height: 150px; 
	overflow: auto;
	font-size: 62.5%; font-family: Georgia, serif;

}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 14px;	
}
ul#twitter_update_list li { 
	margin-bottom: 10px;
	padding: 10px;
	color:#31a6db;
	background: url(images/transpBlue.png);
}
a { color: #31a6db; }

#footer {
	padding:15px 0 0 0;
	text-align:center;
	font-size:0.6em;
	color:#999;
	}
}

