/*  
Theme Name: Sportverband Detmold
Theme URI: http://www.sportverband-detmold.de
Description: Design basierend auf dem Joomla-Theme "jj_serenity" mit Aenderungen von filterkaffee.net. Letzte Designaenderungen sowie Konvertierung zu Wordpress von Bjoern Schulze.
Version: 1.0
Author: Bjoern Schulze
Author URI: http://www.pixelwohnung.de 
 */


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 15px;
	font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}
      
     
#header {
	background: url(images/titelgrafik.jpg) no-repeat;
	width: 780px;
	height: 120px;
}

#wrapper {
	position: relative;
	width: 780px;
	margin: auto;
	text-align:left;
	z-index: 1;
}


	/* Top-Navigation mit Suchfeld */

#top_a {			
	height: 33px;
	width: 780px;
	padding: 0;
	margin: 0;
	line-height: 33px;
	background: #EAEAEA;
	font-size: 11px;
}



#top_a_left {
	float: left;
	margin-left: 10px;
	display: inline;
}


#top_a_right {
	float: right;
	margin-right: 20px;
}

#top_a_right a,
#top_a_right a:link,
#top_a_right a:visited {
	text-decoration: none;
	color: black;

}

#top_a_right a:hover {
	text-decoration: underline;
}




	/* NAVBAR (Kurznavigation) */

#navbar {
	height: 33px;
	width: 780px;
	background: black;
	margin: 0;
	padding: 0;
}

#navbar ul {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 31px;
	line-height: 31px;
	text-indent: 6px;
}

#navbar ul li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	font-size: 11px;
}

#navbar ul li a, 
#navbar ul li a:link,
#navbar ul li a:visited {
	background: black;
	color: #ffffff;
	border: 1px solid #666;
	text-decoration: none;
	padding: 3px 6px;
}
 
#navbar ul li a:hover {
	background: #666;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 6px;
}

	
	
	
	
	/* 3 Newsspalten */

#top_shelf {
border-top: 10px solid #dddddd;
background: #dddddd;
width: 780px;
margin: 0;
padding: 0;
overflow: auto;
min-height: 120px; /* !!!!!!! hinterher wieder raus? !!!!!!! -> */
}

#top_shelf ul {
	padding: 0;
}

#top_shelf ul li {
	padding-left: 10px;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	list-style-position: inside;
}

li.widget {
	list-style: none;
}

h2.boxtitle {
	background: #5d7597;
	color: white;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
}

#top_shelf h2.widgettitle {
	background: #5d7597;
	color: white;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
}

#top_shelf a,
#top_shelf a:link,
#top_shelf a:visited {
	color: black;
	text-decoration: none;
}

#top_shelf a:hover {
	text-decoration: underline;
}


#top_shelf_left {
float: left;
width: 236px;
min-height: 150px;
padding: 0 5px;
margin-left: 10px;
display:inline;
background: #ebebeb;
overflow: auto;
}

#top_shelf_center {
float: left;
width: 236px;
min-height: 150px;
padding: 0 5px;
margin-left: 10px;
background: #ebebeb;
overflow: auto;
}

#top_shelf_right {
float: left;
width: 236px;
min-height: 150px;
padding: 0 5px;
margin-left: 10px;
background: #ebebeb;
overflow: auto; 
}

     
     
#top_seperator {
background: url(images/top_seperator_bg.gif) no-repeat;
width: 780px;
height: 20px;
}
     
     
#content_wrap {
width: 780px;
overflow: auto;
}


	/* Sidebar (Hauptmenu) */

#sidebar {
float: left;
width: 190px;
margin-left: 10px;
padding: 0 5px 5px 5px;
display: inline;
background: #dddddd;
min-height: 300px;
}


#sidebar ul {
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
}

h2.widgettitle {
	background: #5d7597 url(images/mod_header_bullet.gif) no-repeat 6px 6px;
	color: white;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 5px 5px 30px;;
}

#sidebar ul li a, 
#sidebar ul li a:link,
#sidebar ul li a:visited {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 3px 2px;
}
 
#sidebar ul li a:hover {
	color: #666;
	text-decoration: underline;
	padding: 3px 2px;
}



	/* Hauptinhalt */

#main_content {
float: left;
width: 530px;
padding: 10px;
margin-left: 10px;
border-left: 1px solid #EBEBEB;
border-right: 1px solid #EBEBEB;
border-bottom: 1px solid #EBEBEB;
vertical-align:top;
}

#main_content h4 {
	background: #eef2d0;
	padding: 5px 5px;
	margin-top: -5px;
	font-size: 14px;
}

#main_content hr {
	border-style: dashed;
 	border-color: #ebebeb;
}

#main_content a,
#main_content a:link,
#main_content a:visited {
	color: #627a9c;
	text-decoration: none;
}

#main_content a:hover {
	text-decoration: underline;
}


p.entry {
padding: 0 0 30px 0;
}



	/* Suchmaske & Button */

#searchform input {
background: #ffffff;
border: 1px solid black;
color: black;
}

#searchform input:hover {
background: #ebebeb;
border: 1px solid black;
color: black;
}





	/* Footer */

#footer {
	background-color: #627A9C;
	border-top: 3px solid white;
	width: 780px;
	height: 20px;
	color: black;
	font-size: 12px;
	padding: 2px;
	text-align: center;
}

#footer a,
#footer a:hover,
#footer a:link,
#footer a:visited {
	font-size: 10px;
	color: #CDCDCD;
}


 
     
/* Allgemeines */


acronym, abbr, span.caps {
	cursor: help;
	}


	
	
	
	/* NGG Widget (Bildergalerie) */
	
.ngg-widget {
	text-align: center;
}	



	/* Blogroll Links */
.linkcat {
	font-size: 12px;
	font-weight: normal;
}

.linkcat h2 {
	font-size: 12px;
	font-weight: bold;
}

.brlink {
	line-height: 24px;
}
	


	/* Events-Plugin */
p.event {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}

p.event h5 {
	font-weight: bold;
	font-size: 14px;
}


