@import url("sponsoren.css");
/***************** css 4 slam2009 - BLOG *********************/


body {
	background:#fff;
	color:#cdcdcd;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:0.7em;
	text-align:justify;
}

img {
	border:0px;
	}

h1 {
	font-size:120%;
	}

a {
	color:#2d4765;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#73b0dc;
}

.main {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.stripes {
	margin-bottom:0px;
 	width:100%;
	}
.logo {
	position:relative;
	top:-5px;
	width:100%;
	height:91px;
	/*border-top:5px #fff solid;*/
	background-image:url(../pix/neg_logo_main_sml.png);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:32px;
}


/************* MENU *******************/


.menu {
	position:relative;
	top:-4px;
	width:100%;
	height:70px;
	text-decoration:none;
	text-align:left;
	font-size:100%;
}

.menu a {
	color:#999;
}

.menu a:hover {
	color:#010101;
}

.menu a.slamlink:hover {
	color:#dfdb00; 
}

.menu ul li {
	list-style:none;
	display:inline;
}

.menu_list{
	position:relative;
	top:-5px;
	height:8px;
	/*voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
	/*voice-family:inherit;
	top:-42px;*/
}

.menu_top {
	margin-bottom:-6px;
	}
.menu_bottom {
	margin-top:-8px;}


/********************* CONTENT BEREICH ********************/	

.post {
	padding-bottom:2em;
	border-bottom:3px double #000;
}

.content {
	color:#000;
	position:relative;
	top:-20px;
	width:50%;
	min-height:45%;
	padding:0px 40% 20px 255px;
	font-size:95%;
}

.footer {
	position:fixed;
	bottom:0px;
	width:100%;
	height:153px;
	}

.spons_by {
	color:#000;
	/*position:relative;
	top:0px;*/
	width:100%;
	height:120px;
	padding-left:28px;
	margin-top:-7px;
	background-color:#fff;
}
.iconlinks {
	position:fixed;
	bottom:118px;
	left:32px;
	height:50px;
	width:150px;
	}
a.twittericon, a.twittericon:visited {
	width: 25px ;
	height: 25px ;
	display: block;
	overflow:hidden;
	background: url(../pix/twitter_logo_icon2in1.png) 0px 0px no-repeat;
	}
a.twittericon:hover, a.twittericon:active {
	background-position: 0px -25px;
	}
a.myspaceicon, a.myspaceicon:visited {
	width: 25px ;
	height: 25px ;
	display: block;
	overflow:hidden;
	background: url(../pix/myspace_logo_icon2in1.png) 0px 0px no-repeat;
	}
a.myspaceicon:hover, a.myspaceicon:active {
	background-position: 0px -25px;
	}
a.facebookicon, a.facebookicon:visited {
	width: 25px ;
	height: 25px ;
	display: block;
	overflow:hidden;
	background: url(../pix/facebook_logo_icon2in1.png) 0px 0px no-repeat;
	}
a.facebookicon:hover, a.facebookicon:active {
	background-position: 0px -25px;
	}