/*
Theme Name: Avidesign 01
Theme URI: http://www.avidesign.info/wordpress-themes/
Description: Einfach und funktional, 2-spaltig, widget-ready
Version: 1.0
Author: N. Wenzlaff
Author URI: http://avidesign.info/
*/
* {margin:0; padding:0;}

/* Beginn Typographie & Farben */
body {
	background:#f4f4f4 url(images/bg.gif) top center repeat-y; 
	color:#303030; 
	font:76% Verdana,Tahoma,Arial,sans-serif;
}
blockquote {
	border-left:4px solid #e0e0e0; 
}
blockquote p {
	background-color:inherit; 
	color:#505050; 
	font-size:0.9em; 
	line-height:1.3em;
}
code {
	font-size:1.2em; 
	background-color:#f4f4f4; 
	border-left:4px solid #cccccc;
}
label {
	background-color:inherit; 
	color:#606060; 
	font-size:0.9em; 
	font-weight:bold;
}
#wrap {
	background-color:#fff; 
	color:#333; 
}

/* Links */
a {
	background-color:inherit; 
	color: #336633; 
	font-weight:bold; 
	text-decoration:none;
}
a:hover {
	background-color:inherit; 
	color:#336633; 
	font-weight:bold; 
	text-decoration:underline;
}
a img {
	border:0;
}

/* Header */
#headerimage h1 {
	background-color:inherit; 
	color:#fff; 
	font-size:2em; 
	letter-spacing:-1px; 
}
#headerimage h1 a {
	background-color:inherit; 
	color:#fff; 
	text-decoration:none;
}
#headerimage p a{
	background-color:inherit; 
	color:#fff; 
	font-size:1.1em; 
	font-weight:bold; 
	text-align:center; 
	line-height:1.3em; 
	text-decoration:none;
}
#headerimage {
	background: #fff url(images/front.jpg) no-repeat 0 0;
	color: #fff; 
}
/* Sidebars */
#leftside, #rightside {
	line-height:1.4em;
	background-color:#f4f4f4; 
}
#leftside p, #leftside ul, #leftside div.textwidget, #rightside p, #rightside ul, #rightside div.textwidget {
	font-size:0.9em; 
}
#leftside li, #rightside li {
	line-height:1.2em; 
	list-style:none; 
}
#leftside ul ul li a, #rightside ul ul li a {
	font-weight:normal;
}
#leftside ul.linklist, #rightside ul.linklist {
	font-size:1em;
}
#leftside ul.linklist ul li a, #rightside ul.linklist ul li a {
	font-weight:bold;
}
#leftside h2, #leftside ul.linklist li h2, #leftside h3, #rightside h2, #rightside ul.linklist li h2, #rightside h3, table#wp-calendar caption {
	background-color:inherit; 
	color:#505050; 
	font-size:1.3em; 
	font-weight:normal; 
	text-align:left; 
}
/* Hauptmenu */
#topnavi{
	background: transparent; 
	overflow: hidden; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;
}
 html #topnavi {
	height: 1%;
}
#topnavi ul li {
	list-style-type: none;
}
#topnavi ul li a {
	border: #dedede 1px solid; 
	border-bottom:none;
	font-weight:bold;
	color:#666;		
	text-decoration: none;
	background:#ededed;
}
#topnavi ul li a:hover, #topnavi ul li a:active, #topnavi ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-top:none;		
}
/* Content */
#content {
	line-height:1.6em; 
}
#content h2 {
	font-size:1.6em; 
}
#content h3 {
	font-size:1.4em; 
}
#content img {
	border:1px solid #d0d0d0; 
}
/* Footer */
#footer {
	border-top:2px solid #e0e0e0; 
	font-size:0.9em; 
	color:#777; 
	font-weight:normal; 
	line-height:1.4em; 
	text-align:center; 
}
#footer a {
	color:#777; 
	font-weight:normal; 
	text-decoration:none;
}
#footer a:hover {
	color:#555; 
	text-decoration:underline;
}
#footer strong a {
	font-weight:bold;
}
#footer span.credits {
	font-size:1.1em;
}
/* Subpage menu */
#subpages {
	border-bottom:1px solid #e0e0e0; 
	border-left:1px solid #e0e0e0; 
	font-weight:bold; 
	line-height:1.3em; 
}
#subpages h2 {
	font-size:1.2em; 
	font-weight:bold; 
	letter-spacing:-1px; 
	line-height:1.3em; 
}
#subpages ul.submenu {
	line-height:1.4em; 
	list-style:none; 
}
#subpages ul.submenu li {
	line-height:1.4em; 
}
#subpages ul.submenu li a {
	background-color:#f4f4f4; 
	border-left:4px solid #cccccc; 
	color:#505050; float:left; 
	font-weight:bold; 
	text-decoration:none; 
}
#subpages ul.submenu li a:hover,#subpages ul.submenu li.current_page_item a {
	background-color:#eaeaea; 
	border-left:4px solid #286ea0; 
	color:#555;
}
#subpages ul.submenu li.current_page_item ul li a {
	background-color:#f4f4f4; 
	border-left:4px solid #cccccc; 
	color:#555;
}
/* Forms */
#s,#submit {
	background-color:#ffffff; 
	border:1px solid #cccccc; 
	color:#505050; 
	font-size:0.9em; 
}
#author,#email,#url,#comment {
	border:1px solid #cccccc; 
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size:1em; 
}




/* Ende Typographie & Farben */

/* Beginn Struktur */
p,ul,ol {
	margin:0 0 18px;
}
blockquote {
	margin:20px; 
	padding:8px 8px 8px 15px;
}
code {
	display:block; 
	padding:5px 5px 5px 8px; 
	margin:5px 0 15px 0;
}
#wrap {
	margin:0 auto; 
	width:760px;
}
#headerimage h1 {
	float:left; 
	margin:10px; 
	width:350px;
}
#headerimage p {
	float:right; 
	margin:10px; 
	width:360px;
}
#headerimage {
	clear: both; 
	margin: 10px 0 0 0; 
	height: 175px;
}
/* Sidebars */
#leftside {
	display: none;
	clear:left; 
	float:left; 
	margin:0 0 5px; 
	padding:0; 
	width:140px;
}
#rightside {
	display: none;
	float:right;
	margin:0 0 5px; 
	padding:5px; 
	width:150px;
}
#leftside p, #leftside ul, #leftside div.textwidget, #rightside p, #rightside ul, #rightside div.textwidget {
	margin:0 0 18px;
}
#leftside li, #rightside li {
	margin:0 0 6px;
}
#leftside ul ul, #rightside ul ul {
	margin:6px 0 0 10px;
}
#leftside ul ul li, #rightside ul ul li {
	margin:0 0 4px;
}
#leftside ul.linklist ul, #rightside ul.linklist ul {
	margin:0 0 20px;
}
#leftside h2, #leftside ul.linklist li h2, #leftside h3, #rightside h2, #rightside ul.linklist li h2, #rightside h3, table#wp-calendar caption {
	margin:0 0 6px;
}
#leftside label, #rightside label {
	display:none;
}
/* Hauptmenu */
#topnavi{
	display: none;
	margin: 0 auto 20px; 
	width: 760px; 
	position: relative;
	clear: both;
}
#topnavi ul li {
	float: left; 
	margin: 0 5px 0 0; 
}
#topnavi ul li a {
	padding: 2px 10px; 
	display: block; 
}

/* Content */
#content {
	width: 570px;
	margin: 0 10px 5px 10px; 
	padding:0;
	float: left;
}
#content h2 {
	margin:0 0 10px;
}
#content h3 {
	margin:0 0 8px;
}
#content img {
	float:left; 
	margin:3px 10px 3px 0;
}
#content ul,#content ol {
	margin:0 0 16px 20px;
}
#content li {
	padding:0 0 0 5px;
}
#content ul ul,#content ol ol {
	margin:0 0 0 16px;
}
/* Footer */
#footer {
	clear:both; 
	margin:0 auto; 
	padding:10px 0; 
	width:760px;
}
#footer p {
	margin:0; 
	padding:0;
}
/* Subpage menu */
#subpages {
	float:right; 
	margin:-5px 0 8px 15px; 
	padding:0 0 10px 10px; 
	width:190px;
}
#subpages h2 {
	margin:0 0 12px;
}
#subpages ul.submenu {
	margin:0;
}
#subpages ul.submenu li {
	display:inline; 
	width:180px; 
	padding:0;
}
#subpages ul.submenu li a {
	margin-bottom:5px; 
	padding:3px 1px 3px 5px; 
	width:180px;
}
#subpages ul.submenu li ul {
	margin:0 0 5px 10px; 
	width:170px;
}
#subpages ul.submenu li ul li a {
	width:170px;
}
#subpages ul.submenu li ul ul {
	margin:0 0 5px 10px; 
	width:160px;
}
#subpages ul.submenu li ul ul li a {
	width:160px;
}
#subpages ul.submenu li ul ul ul {
	margin:0 0 5px 10px; 
	width:150px;
}
#subpages ul.submenu li ul ul ul li a {
	width:150px;
}
/* Kalender */
table#wp-calendar {
	margin:0 0 20px; 
	width:140px;
}
/* Forms */
#s,#submit {
	margin:0 0 16px; 
	padding:4px; 
	width:130px;
}
#author,#email,#url,#comment {
	margin:0; 
	padding:4px;
}
#commentsection {
	margin:25px 0 0;
}
#commentsection p {
	margin:0 0 6px;
}
/* Float fix */
.contenttext {
	overflow:hidden;
}
* html .contenttext {
	height:1px; 
	overflow:visible;
}
* html .contenttext p {
	overflow:hidden; 
	width:99%;
}

/* Ende Struktur */
/* Verschiedene Klassen */
.left {
	border:1px solid #cccccc; 
	float:left; 
	margin:10px 15px 10px 0;
}
.right {
	border:1px solid #cccccc; 
	float:right; 
	margin:10px 0 5px 10px;
}
.center {
	border:1px solid #aaaaaa; 
	margin:5px auto 12px; 
	text-align:center;
}
.textright {
	text-align:right;
}
.small {
	font-size:0.8em;
}
.bold {
	font-weight:bold;
}
.hide {display:none;
}
.post {
	margin:0 0 25px;
}
.postinfo {
	background-color:#f4f4f4; 
	border-left:4px solid #cccccc; 
	color:#606060; font-size:0.9em; 
	font-weight:bold; 
	line-height:1.5em; 
	margin:1px 0 40px; 
	padding:8px 5px 8px 8px;
}
.comment {
	background-color:#f4f4f4; 
	border-left:4px solid #cccccc; 
	color:#606060; 
	margin:0 0 10px; 
	padding:8px 5px 0 8px;
}
.comment p.commenthead {
	line-height:1.6em;
}
.comment p {
	font-size:0.9em; 
	line-height:1.3em; 
	margin:0 0 6px; 
	padding-bottom:5px;
}
.navigation {
	display: none;
	margin:10px 0; 
	padding:0 0 15px; 
	text-align:center;
}
.navigation p {
	margin:0; 
	padding:0;
}
.prevlink {
	margin-right:20px;
}
.nextlink {
	margin-left:20px;
}
