
@import url(http://fonts.googleapis.com/css?family=Ropa+Sans);

body {
	margin: 0;
	padding: 0;
	font: 0.8em Ropa Sans, sans-serif;
	color: #555555;
	width:100%;
	background:#333333;
	height:100%;
}

#header {
	height: 42px;
	width:100%;
	display: block;
	overflow:none;
	background: #333333;
	text-align:center;
	position:fixed;
	box-shadow:4px 4px 4px #666;
}


/* Page */

#page {

	padding: 0;
	padding-top:40px;
	background:#ffffff;
	width:100%;
	display:block;
}

/* Content */

#content {
	margin:auto;
	width:980px;
	text-align:left;
	min-height:500px;
}

#logo h1 {
	float: left;
	padding: 4px 0 0 40px;
	font-size: 1.8em;
	
}


#logo a {
	text-decoration: none;
	color: #eeeeee;
}

/* MENUE */
#menu {float: right; font-size: 1.2em; padding:0; margin:0; list-style:none; font-weight:bold; }
#menu li {display: block; float: left;  }
#menu li a {text-decoration:none; display:inline; float:left; height:42px; line-height:42px; padding:0 20px 0 15px; color: #fff; background:none;  z-index:99999;}
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0; z-index:99999;}
#menu li a:hover { position:relative;}
#menu li:hover {position:relative; background:#777777; }
#menu li:hover > a { color: #fff; background:#777777;}
#menu li:hover > a.sub {color: #fff;}
#menu li.current a {color: #fff;}
#menu li a.sub { color:#fff;}
#menu li.current a.sub {background:#555555; z-index:99999;}
#menu :hover ul {left:0; top:42px;  background:#555555; z-index:99999; font-weight:normal; font-size: 0.9em; text-align:left;} 
#menu ul, #menu :hover ul ul { position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;  z-index:99999; }
#menu :hover ul :hover ul{left:160px; top:-0px; white-space:nowrap; width:190px; height:auto;  z-index:99999;}
#menu :hover ul li {margin:0; background: #999999; color:#fff;  z-index:99999;}
#menu :hover ul li a {width:200px; padding:0; text-indent:10px; height:40px; line-height:40px; z-index:99999;}
#menu :hover ul li a.fly {background: #777777; color:#fff; z-index:99999;}
#menu :hover ul :hover { background: #777777; color:white;  z-index:99999;}
#menu :hover ul :hover a.fly {background: #777777; color:black;  z-index:99999;}
#menu :hover ul li.currentsub a {background: #333333; color:#fff; z-index:99999; }
#menu :hover ul li.currentsub a.fly {background: #333333; color:#fff; color:#fff; z-index:99999;}
#menu :hover ul :hover ul li a {width:200px; padding:0; text-indent:10px; background:#333; z-index:99999; }
#menu :hover ul :hover ul :hover {background: #333333; color:red; z-index:99999;}
#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {background: #333333; color:#fff; z-index:99999;}

form {
	margin: 0;
	padding: 0;
}



#form div{padding:5px;}

/*
input, select {
	padding: 5px;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #333333;
	margin:2px;
	box-shadow:2px 2px 2px #666;
}
*/

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 120%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #333333;
}


.error, .notice, .success, .alert, .ok, .hinweis {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	width:100%;
	padding: 0.6em 0.8em;
}

.error, .alert {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice  {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.hinweis  {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.hinweis a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

.ok {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.ok a {color: #264409;}
a {
	color: #555555;
}

a:hover {
	text-decoration: none;
}

.post {
	margin-bottom: 10px;
	font-size:120%;
}

.post .title {
	border-bottom: 1px #333333 dashed;
}

.post .title h2, .post .title h3 {
	padding: 30px 30px 0 0px;
	font-weight: normal;
	font-size: 120%;
}

.post .title p {
	margin: 0;
	padding: 0 0 10px 0px;
	line-height: normal;
	color: #333333;
}

.post .title p a {
	color: #333333;
}

.post .entry {
	padding: 20px 0px 20px 0px;
}

small{
font-size:12px;
}


.post .links {
	margin: 0;
	padding: 0 30px 30px 0px;
}

.post .links a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

.post .links a:hover {
}

.post .links .more {
	height: 30px;
}

.post .links .comments {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin-top: 25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

label{
	display: block;
	float: left;
	width: 100px;
	padding-top: 6px;
	font-weight:bold;
}


#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 0px 10px 8px 10px;
}

#sidebar li li {
	margin: 0;
	font-size:110%;
	padding-bottom:10px;
	padding-left: 10px;
}

 h3, h2 {
	padding: 20px 0px 5px 0px;
	font-weight: bold;
	font-size: 140%;
	color: #555555;
	border-bottom: 1px solid #333333;
	margin-bottom:3px;
}


#paginator a:link,#paginator div {
	font-size:1.3em;

}

#sidebar h2 {
	padding: 10px 10px 20px 15px;
	font-weight: bold;
	font-size: 130%;
	color: #333333;
	letter-spacing:2px;
}

#search {
	border-bottom:1px solid silver;
	padding: 10px 10px 10px 10px;
}



#search .input {
	width: 150px;
}

#search .button {
	width: 100px;
}



/* Footer */

#footer {
	padding: 70px 0 50px 0;
	background: #333333;
	height:80px;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: 110%;
	color: #BABABA;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(images/img18.gif) no-repeat left center;
}


#footer .legal a {
	padding: 0;
}



#tabsB li,#tabsB_sm li {
display:inline;
margin:0;
padding:0;
}

#tabsB a,#tabsB_sm a {
float:left;
text-decoration:none;
margin:0;
padding:0 0 0 4px;
}

#tabsB a:hover span,#tabsB_sm a:hover span {
color:#000;
background-position:100% -42px;
}

#tabsB a:hover,#tabsB_sm a:hover {
background-position:0 -42px;
}


#tabsB {
clear:both;
float:right;
width:100%;
font-size:100%;
line-height:normal;
}

#tabsB ul {
list-style:none;
margin:0;
padding:10px 10px 0;
}

#tabsB a span {
display:block;
color:#666;
float:none;
padding:5px 15px 4px 6px;
}


th {
	background: #FEFEFE url(images/img13.gif) repeat-x;
	text-align:left;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	height:25px;
	padding:5px;
}






input, select, textarea, iframe, submit {padding:4px; border:1px solid #dddddd; box-shadow: 2px 2px 2px #cccccc;}
