/* General Style */
/* Apply default theme styles and colors */
@import url('../../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../../thematic/library/styles/plugins.css');
body {
	background:#f4f4f4 url(../img/bg2.gif) repeat-x;
	font-family: 'Lucida Grande',Helvetica, Arial, san-serif;
	font-size:1em;
	color:#000;
}

body#home {
	background: #f4f4f4 url(../img/bg.gif) repeat-x;
	font-family:'Lucida Grande', Helvetica, Arial, san-serif;
	font-size:1em;
	color:#000;	
}

#wrap {
	margin-top:7px;
}

h1 {font-size:1.7em;}
h2 {font-size:1.5em;}
h3 {font-size:1.1em;}
h4 {font-size:1.0em;}
h5 {font-size:0.7em;}

a:focus	{
	outline:1px dotted;
}
a {
	color:black; 
	text-decoration:underline;
	/*font-weight:bold;*/
}
a:hover	{
	color:#8cc63f;
	text-decoration:underline;
}


.left {
	float:left;
}

.right {
	float:right;
}

.img_left {
	float:left;
	padding:5px 5px 5px 0;
}

.img_right {
	float:right;
	padding:5px 0px 5px 5px;
}

.hrdark {
	clear:both;
	line-height:0;
	border:none;
	height:0;
	padding:0;
	width:100%;
	border-top:1px solid black;
	border-bottom:1px solid #8f8f8f;
	margin:0 0 10px 0;
}

.hr {
	clear:both;
	line-height:0;
	border:none;
	height:0;
	padding:0;
	width:100%;
	border-top:1px solid #cccccc;
	border-bottom:1px solid white;
	margin:10px 0 10px 0;
}

small, .published, .permalink, .comment-edit-link {
	font-size:0.6em;
	color:#494949;
}

.clear {
	clear:both; 
}

.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}

.button, .button:visited, .more-link, #navigation a			{background:#000000 url(../img/alert-overlay.png) repeat-x; display:inline-block; padding:5px 10px 6px; color:#fff; text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); text-shadow:0 -1px 1px rgba(0,0,0,0.25); border-bottom:1px solid rgba(0,0,0,0.25); position:relative; cursor:pointer; font-size:13px; font-weight:bold; line-height:1; border:0;}
.button:hover, .more-link:hover,  #navigation a:hover						{background-color:#111; color:#fff; text-decoration:none;}
.button:active, .more-link:active,  #navigation a:active						{top:1px;}

.more-link {
	float:right;
}

hr {display:none;}

.dashed {
	border-bottom:1px dashed #ccc;
}

.center {
	text-align:center;
}

.middle {
	vertical-align:middle;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	padding-left:90px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 10px 0 10px 0;
}

.indent {
	margin:10px 0 10px 25px;
	display:block;
}

#sidebar ul{padding-top:10px;}
#sidebar li ul {
	padding-left:20px;
}

/* Logo */
#logo {
	background:#212121;
	margin-top:10px;
	margin-bottom:20px;
}

/* Navigation */
#nav {
	background:#212121;
}

#nav li {
	text-transform:uppercase;
	margin: 0 0 0 25px;
	float:left;
	color:#fff;
	font-size:0.8em;
	list-style:none;
}

#nav li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:44px 0 30px;
}

#nav li a:hover, #nav li a.current {
	background: url(../img/arrow.gif) no-repeat center top;
	color:#8cc63f;
}

.info {
	color:#717171;
	font-size:0.8em;
	text-transform:none;
}

/* roundabout styles */
#detail {
	margin-top:-10px;
	height:auto;
}

#detail .roundabout-holder	{list-style:none; height:500px; margin:0px auto 20px auto;}

.url {
	padding-bottom:0;
	margin-top:10px;
	margin-bottom:-15px;
	padding-top:10px;
	font-size:0.6em;
	color:#494949;
}

#home #feature {
	height:350px;
	overflow:hidden;
	padding:10px;
}

.roundabout-holder {
	list-style:none;
	width:500px;
	height:300px;
	margin:0px auto;
}

.roundabout-moveable-item {
	height:300px;
	width:600px;
	padding:5px;
	border:1px solid #aaa;
	-webkit-border-radius:5px; -moz-border-radius:5px;
	background:#f9f9f9;
}

.roundabout-moveable-item img {
	height:100%;
	width:100%;
	margin:0;
}

.roundabout-in-focus:hover {
	-webkit-box-shadow:0px 0px 20px #f4f4f4; -moz-box-shadow:0px 0px 20px #787878;
	background:#f9f9f9;
}

.roundabout-holder span { 
	display:none;
	font-size:0.7em;
}

.roundabout-in-focus:hover span {
	display:inline;
	position:absolute;
	bottom:5px;
	right:5px;
	padding:8px 21px;
	background:#f9f9f9;
	color:#000;
	z-index:999;
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-topLeft: 5px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}

.roundabout-holder h4 { 
	display:none;
	font-size:0.7em;
}

.roundabout-in-focus h4 {
	display:inline;
	position:absolute;
	top:5px;
	left:5px;
	padding:8px 21px;
	background:#f9f9f9;
	color:#000;
	z-index:999;
	-webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
}

.roundabout-holder a:hover, .roundabout a:active, .roundabout a:focus, .roundabout a:visited {
	outline:none;
	text-decoration:none;
}

.roundabout li { margin:0; }

a img {
	border:none;
	outline:0;
}

#feature h1.info {
	color:#f4f4f4; 
	text-shadow:1px 1px 1px #909090; 
	font-size:1.5em; 
	line-height:30px;
	font-weight:normal;
	padding-bottom:15px;
	margin-bottom:5px;
	padding-top:5px;
	background:#212121;
}

#feature h1.info strong {
	color:#fff;
	font-weight:bold;
}

#feature h1.info a:hover {
	text-decoration:underline;
}

/* Content */
h1.info {
	color:#494949; 
	text-shadow:1px 1px 1px #cfcfcf; 
	font-size:1.5em; 
	line-height:30px;
	font-weight:normal;
	padding-bottom:20px;
	padding-top:20px;
	border:none;
}

h2.info {
	color:#494949; 
	text-shadow:1px 1px 1px #cfcfcf; 
	font-size:1.2em; 
	font-weight:normal;
	margin-bottom:-3px;
	border:none;
}

h1.info strong, h2.info strong {
	color:#000;
	font-weight:bold;
}

h1.info a:hover, h2.info a:hover {
	text-decoration:underline;
}

#content h2, #sidebar h2 {
	color:#494949;
	font-size:1.2em;
	line-height:25px;
	font-weight:bold;
	padding:10px 0 10px;
	border-bottom:1px dashed #ccc;
}

#content h3, #sidebar h3  {
	color:#494949;
	font-size:1.0em;
	line-height:20px;
	font-weight:bold;
	padding:6px 0 6px;
	border-bottom:1px dashed #ccc;
}

#content h4, #sidebar h4 {
	color: #494949;
	line-height:15px;
	font-weight:bold;
	padding:10px 0 10px;
}

#sidebar ul						{list-style:none; margin:0 0 30px 0; padding:0;}
#sidebar ul li						{margin:0 0 0 0; padding:0;}
#sidebar ul a						{width:255px;display:inline-block; padding:10px 0 10px 5px; border-bottom:1px solid #e4e4e4; text-decoration:none; color:#393939; }
#sidebar ul li:last-child a			{-moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px;  -webkit-border-bottom-left-radius:5px;  -webkit-border-bottom-right-radius:5px;}
#sidebar ul li:first-child a			{-moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;  -webkit-border-top-left-radius:5px;  -webkit-border-top-right-radius:5px;}
#sidebar ul a:hover					{width:240px; background:#f6f6f6; padding:10px 0 10px 20px;}


.archive h4 {
	padding-bottom:0px !important;
	line-height:10px !important;
}

.archive small {padding:0 !important;}

.archive p{padding-top:0 !important;}

#content, #sidebar {
	color:#000;/*494949;*/
	font-size:0.8em;
	line-height:18px;
}

#content p, #sidebar p{
	padding:10px 0 10px;
	/*font-size:0.9em;*/
	/*letter-spacing:0.1em;*/
	line-height:18px;
}

.ref { width:323px; position:relative; margin:0 15px 5px 12px;}

a.ref {text-decoration:none;}
a:hover.ref {text-decoration:underline;}

.ref img {
	padding:5px;
	border: 1px solid #aaaaaa;
	width:311px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#f9f9f9;
	margin-top:-10px;
}
.ref span.detail {display:none;}
.ref:hover img {
	-webkit-box-shadow:0px 0px 20px #787878;
	-moz-box-shadow:0px 0px 20px #787878;
	background:#f9f9f9;
}
.ref:hover span.detail {
	display:inline; position:absolute; bottom:10px; right:6px; padding:5px 10px; background:#f9f9f9; color:#000000; z-index:999; border-left:1px solid #aaaaaa; border-top:1px solid #aaaaaa; -webkit-border-top-left-radius: 5px; -moz-border-radius-topLeft: 5px;
}

#sidebar p {font-size:0.8em;};

p.spez {
	background:#d4d4d4;
	border: solid 1px #313131;
	padding:5px !important;
}

/* sidebar */
#sidebar dl {
	padding:10px 0 10px;
}

#sidebar dt {
	font-weight:bold;
	width:50px;
}

#sidebar dd {
	width:250px;
	margin-bottom:15px;
}

#sidebar #ablauf dt {
	font-size:2em;
	line-height:50px;
}

/* aktuell */
.aktuell {
	background:url(../img/aktuell.gif) no-repeat;
	padding-left:30px;
	padding-bottom:20px;
	min-height:70px;
}

.aktuell p {
	color:#717171;
	font-size:1em;
	letter-spacing:0.06em;
}

.aktuell span {
	position:absolute;
	color:#494949;
	top:35px;
	left:300px;
}

.aktuell div.archive {
	float:right;
	padding-right:20px;
	color:black;
}

/* bottom */
#home #bottom {
	background:#fff;
	border-top:1px solid #ccc;
}

#home #bottom a {
	background:#fff url(../img/bottom_bg.gif) no-repeat;
	display:block;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	height:200px;
	color:#494949;
	text-decoration:none;
}

#home #bottom a:first-child {
	background:#fff;
}

#home #bottom a:hover {
	text-decoration:none;
	background:#ccc url(../img/bottom_bg.gif) repeat-x;
	height:200px;
	color:#494949;
}

#home #bottom .title {
	color:#000;
}

#home #bottom p {
	font-size:0.8em;
	padding-top:10px;
}

#home .bottom_img {
	text-align:center;
}

/* footer */
#footer {
	padding: 5px 0px 15px;
	font-size:0.7em;
}

#footer .current {
	text-decoration:underline;
}

#footer a {
	text-decoration:none;
}

#content ul {
	list-style: square !important;
	list-style-position:inside;
	padding:5px 20px 5px;
}

/* Contact Form */
#contact p, label, legend { }


#contact h1 { margin: 0px 0 10px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 550px; margin: 20px auto; padding: 25px; border: 1px solid #cbcbcb; background-color: #FFF; -moz-border-radius:5px; -webkit-border-radius:5px; }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 300px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0;  -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:20px; border:1px solid #eee; moz-border-radius:5px; -webkit-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }
.info_message { display: block; line-height: 22px; background: #aed4fb url('../assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #3094fb; -moz-border-radius:5px; -webkit-border-radius:5px; }
.warning_message { display: block; line-height: 22px; background: #fbe3ae url('../assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #fbc243; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }


.bigger {
	font-size:1.2em;
}

/* blog */

.post .thumb, img.size-full						{margin-top:10px; width:619px; height:150px; padding:5px; border: 1px solid #cccccc; -moz-border-radius:5px; -webkit-border-radius:5px;}

.commentlist						{margin:0; padding:0; margin-bottom:20px; float:left; width:100%;}
	/*.comment						{width:550px; clear:both; float:left; padding:0; list-style-type:none; margin:0; position:relative;}
	.avatar							{float:left; padding:5px 10px 0 5px; text-align: center; }
	.avatar img						{display:block; padding:5px; padding-left:none; margin-bottom:0px;}
	.comment_content					{float:left; width:569px;}
	.commentmetadata					{float:right;}
	.comment-reply-link					{text-decoration:none; font-size:10px; position:absolute; top:85px; left:30px; clear:both}
	*/.comment-author					{font-weight:bold; font-style:normal; font-size:1.9em; }/*
	.author_name a{color:#000000;}
	.comment-text						{float: left; margin-top:0px;}
	.comment-reply-link					{text-align:center; display:block;}
	
	#comment_form ul					{float:left;}
	#comment_form ul li					{margin:10px 0; list-style:none; position:relative; clear:both;}
	#comment_form label					{line-height:35px; width:100px; text-align:right; float:left; margin-right:10px;}
	#comment_form input,
	#comment_form textarea				{float:left; padding:8px; border:1px solid #CCCCCC; margin-left:10px; background:#fcfcfc; -moz-border-radius:5px; -webkit-border-radius:5px;}
	#comment_form input					{width:400px;}
	#comment_form textarea				{width:500px; height:150px; resize:none;}
	
	.even {
		background: #f8f8f8;
		border: 1px solid #8cc63f;
	}
	
	.odd {
		background:#fff;
		border: 1px solid #8cc63f;
	}
	
	.depth-2 {
		margin: 10px 0 10px 25px;
		padding:0 0 5px 0;
	}*/
	.role-administrator {
		background:#d8efba !important;
		border: 1px solid #8cc63f;
	}
