/*
Theme Name: speelmanns_drei
Description: das dritte!
Author: Christian Speelmanns
Author URI: http://www.speelmanns.de
*/


/************************************************
*	DIVS	*
************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #D9D9D9;
	font: 13px/20px 'Droid Sans', arial, serif;
	font-weight: normal;
	color: #000000;
}

#wrapper_page {
	width: 1000px;
	height: 900px;
	margin: auto;

}

#header {
	width: 1000px;
	height: 120px;
	background-color: #FFFFFF;
	margin-top: 20px;
	display: block;

}

#logo {
	width: 300px;
	height: 60px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;

}

#ansage {
	width: 500px;
	height: 60px;
	position: relative;
	left: 340px;
}

#links {
	width: 950px;
	height: 40px;
	float: left;
	margin-left: 20px;
}


#links ul {
	padding: 0px;
	list-style-type: none;
}

#links ul li a{
	float: left;
	list-style-type: none;
	margin-right: 20px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
}

#mitte {
	width: 1000px;
	min-height: 200px;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

.eintrag {
	width: 960px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	float: left;
	border-bottom: 1px #000000 dotted;
}

.kategorie {
	width: 300px;
	height: 60px;
	background-color: #FFFFFF;
	margin-left: 20px;
	float: left;
}

.eintragskorper {
	width: 640px;
	min-height: 300px;
	background-color: #FFFFFF;
	float: left;
}

.profil {
	width: 660px;
	height: 100px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.profil a{
	color: #000000;
	text-decoration: none;
}

#wrapper_footer {
	width: 1000px;
	height: 60px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	float: left;
}

#footer {
	margin-left: 20px;
}

img {
	border: 0;
}

/************************************************
*	Rotator	*
************************************************/


/* Rotator Styles */


#rotator {
	width: 960px;
	height: 380px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	float: left;
	position: relative;  
}

.rotatorbild {
	width: 640px;
	margin-right: 20px;
	float: left;	
}

.rotatorkorper {
	width: 300px;
	height: 300px;
	float: left;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	text-decoration:none;
	list-style:none;
	float:left;
	margin-right: 20px;
	margin-left: 0px;

}

ul.ui-tabs-nav {
	margin: 0;
	padding: 0;
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0;

}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	color:#999;

}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	color:#000000;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	color: #000000;

}

/* Content Panels */
#rotator .ui-tabs-panel {
	clear:left;
	color:#000;
	min-height: 300px;
	margin: auto;
}

#rotator .ui-tabs-hide {
	display: none;
}



/* Background Images */
#rotator #fragment-1 {
	width: 960px;
	background-color: #FFFFFF;
	float: left;
}

#rotator #fragment-2 {
	width: 960px;
	background-color: #FFFFFF;
	float: left;
}

#rotator #fragment-3 {
	width: 960px;
	background-color: #FFFFFF;
	float: left;
}

#rotator #fragment-4 {
	width: 960px;
	background-color: #FFFFFF;
	float: left;
}

#rotator #fragment-5 {
	width: 960px;
	background-color: #FFFFFF;
	float: left;
}


/************************************************
*	Typografie	*
************************************************/
a {
	text-decoration: none;
	color: #999999;

}

a:hover{
	text-decoration: underline;
}

p {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0px;
}


.profil p {
	font-family: 'Droid Sans', arial, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-decoration: none;


}

h2 {
	font-family: 'Droid Sans', arial, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

h3, h3 a {
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
