@charset "utf-8";

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

img{
	border:0px;
}

body{
	background: #d9ecf2;
	font-family: Verdana,"Trebuchet MS", Arial;
	color: #000000;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #f90;
}

a:hover {
	margin-bottom: 0px;
	border-bottom: 1px dotted #000000;
}

#ice{
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
#d_up{
	height: 43px;
	background: url(verlauf_head.png);
}

#tea {
	min-height: 300px;
	background: url(verlauf_content.png) repeat-y #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
}

#d_down {
	height: 40px;
	background: url(verlauf_foot.png) no-repeat;
}

#header {
	height: 200px;
	background: url(header2.png) transparent;
}

#footer{
	text-align:right;
	padding-right:30px;
}



#tweet{
	position:relative;
	top:15px;
	left:220px;
	background:url(tweet.png) no-repeat;
	width:60px;
	height:60px;
	overflow:hidden;
}
#tweet:hover{background-image:url(tweet_hover.png);}

#follow{
	position:relative;
	top:10px;
	left:220px;
	background:url(follow.png) no-repeat;
	width:125px;
	height:25px;
	overflow:hidden;
}
#follow:hover{background-image:url(follow_hover.png);}

#navigation{
	margin-top:10px;
}

#navigation li{
	display:inline;
	padding: 6px 10px 0px 5px;
}

#navigation a{
	color:#252D62;
	font-weight:bold;
	font-size:16px;
	padding-left:5px;
	border-left:3px solid #f90;
}

#navigation a:hover{
	border-left-color:#c60;
	border-bottom:3px solid #f90;
}

#content h1 {
	font-weight:normal;
	font-size:25px;
	text-align:center;
	margin-top:20px;
	color:#f90;
}

#content h1:hover {
	color:#252D62;
}

/* Boxen (z.B. News) */
.box_long{
	width:600px;
	margin:30px auto;
}
.box_long .box_head{
	background-image:url(boxhead2.gif);
}
.box_long .box_bottom{
	background-image:url(boxhead2.gif);
	background-position:bottom;
}
.box_long .box_date{
	width:180px;
}
.box_long .box_title{
	width:400px;
}
.box_long .box_content{
	background-image:url(boxmid.gif);
}
.box_date{
	float:right;
	color:#00b;
	padding-top:7px;
	padding-right:10px;
}
.box_title{
	padding-top:7px;
	padding-left:20px;
	color:#00b;
	font-weight:bold;
}
.box_title a,.box_bottom a{
	color:#00b;
}
.box_content{
	background-repeat:repeat-y;
	padding:15px 30px 15px 30px;
}
.box_bottom div{
	text-align:right;
	padding-right:20px;
	padding-top:5px;
	color:#00b;
}
.box_head,.box_bottom{
	background-repeat: no-repeat;
	height:30px;
}
