/*
Theme Name: Mein Theme
Theme URI: 
Description: 
Version: 0.1
Author: E. Breitbach
Author URI:
*/

/* Non-structural */
a {
	color: #3366cc;
	text-decoration: none;
}

a:visited {
	color: #369;
}

a:active {
	color: #FF5B00;
}

a:hover {
	color: #FF5B00;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	margin-left: 10px;
	
}

cite {
	font-size: 95%;
	font-style: normal;
}

/* Structural */
body {
	background: #ffffff;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 60%;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left:0px

}



code	{
	border: 1px solid #aaaaaa;
	background: #E4E4E4;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 150%;
	text-align:middle
}
/***************** Div für aktives Menue****************************************************/
#aktives_menue {
	background: #E3EEFF;
	padding-left: 20px;
	
	margin-left: -20px;
	
}

/***************** Brotkrümel****************************************************/

#brotkruemel  {
	background: #E3EEFF;
	border-bottom: 1px solid #aaaaaa;

}


/***************** Listen im Content ****************************************************/
#content ul {
	margin: 0 0 0 50px;
	padding: 0px 0px 5px 10px;
	list-style: none;
}

#content ol {
	margin: 50px 0 0 12px;
	padding: 0px 0px 5px 19px;
}


#content ul li {
	padding: 2px 0px 2px 15px;
	background: url(images/bullet.gif) no-repeat 0 .6em;
}

#content ol li {
	padding: 2px 0px 2px 0px;
}


/******************Listen für Linkliste**und fieldset*********************************/
#linkliste ul {
	margin: 0 0 0 50px;
	padding: 0px 0px 5px 10px;
	list-style: none;
}

#linkliste ol {
	margin: 50px 0 0 12px;
	padding: 0px 0px 5px 19px;
}


#linkliste ul li {
	padding: 2px 0px 2px 15px;
	background: url(images/kreuz_blau.gif) no-repeat 0 .6em;
}

#linkliste ol li {
	padding: 2px 0px 2px 0px;
}

fieldset {
	padding-top: 2px;
	width:70%;
	margin: 0 auto 0 auto;
	text-align=center;
}

/*******************Tabellen im Content******************************/

#content table {
	margin-left: auto; 
	margin-right: auto;
	padding-top: 2px;
	width:auto%;
}

#content td    {
	text-align:left;
	padding: 2px;
	background: #FFFFFF;
}

/*******************Bilder im Content******************************/

#content img {
	padding: 5px;
}


/*********************************************************************/

#navigation {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

}

#page {
	background: #ffffff;
	padding: 0px;
	width:98%;
	margin: 0 auto 0 auto;
	
}
/* page ist der Bereich um Menue und Inhalt, innerhalb des Randes*/

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #aaaaaa;
	font: 150% normal Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	text-align:left;
	padding-bottom: 2px;
	color: #000000;
	padding-left: 22px;
}

#content h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight:bold;
	margin: 0 0 0 22px;
	border: none;
	padding-top: 10px;
	
}

#content h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight:normal;
	margin: 0 0 0 22px;
	border: none;
	border-top: 1px solid #aaaaaa;
}



/***************** Header styles 

#content h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 2px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content h1, h2, h3 {
	border-bottom: 1px solid #aaaaaa;
}

#content h1 {font-size: 150%; font-weight:normal; 	margin:10px 0 7px 0;}
#content h2 {font-size: 120%; font-weight:bold; 	margin:10px 0 4px 0;}
#content h3 {font-size: 110%; font-weight:bold; 	margin:5px 0 4px 0;
	border: none;
	padding-top: 10px;
}

#content h3.underline {
	border-bottom: 1px solid #aaaaaa;
}

**********************************************/
h1 {
	margin: 0px 0 0px 0;
	padding-bottom: 0px;
	font-size: 1pt;
	font-family: Verdana, sans-serif;
	color: #EEF4FF;
}

h2 {
	margin: 15px 0 0px 0;
	padding-bottom: 2px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	color: #000000;
	border-bottom: 1px solid #E3EEFF;
}
/* Das ist für die Überschriften in der Sidebar */

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	border-bottom: 1px solid #aaaaaa;
}

.storytitle {
	margin: 0;
	padding-top:25px;
	padding-left:5px;
	letter-spacing: 0.1em;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

.storycontent {
	margin-left: 0;
	color: #333;
	font-family: verdana;
	font-size: 11pt;
	padding-left: 5px;
	margin-top: 5px;
	text-align: justify;
	padding-right:25px;
}
/***************** Links im Content (angepasst an Google)****************************************************/
.storycontent a {
	color: #3366cc;
	text-decoration: none;
	font-weight:bold;
}
/************************************************************************************************************/
.storytitle a {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	color: #11405A;
	padding-left: 5px;
}

.storytitle a:hover {
	color:#B42000;
}

#commentform #author, #commentform #email, #commentform #url, #commentform
textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 50%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 1.2em;
	list-style-type: none;
}

#content {
 	margin: 0px;
	padding: 0px;
	margin-left: 20%;
	font-size: 1.2em;
	background:#ffffff;
}
/* Das ist der Bereich des eigentlichen Inhalts incl. Kommentare etc.*/

#header {
	background: #CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #000;
	font: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 0;
	text-align:center;
	padding: 4px 0px 0px 0px;
	font-size:270%;
}

#header a {
	color: #333;
	text-decoration: none;
	border-bottom:1px solid #CCCCCC;
}

#header a:hover {
	color: #666666;
	border-bottom:1px dashed #999999;
}

#header p {
	font-size: 50%;
	letter-spacing:0px;
	margin: 0px;
	margin-left: 0px;
}

#menu {
	color: #FAFAFA;
	padding: 20px 0 10px 0;
	border-right:1px solid #ddd;
	/* background: url(http://www.wunschkinder.net/graph/topnav/hintergrund.gif); */
	width:20%;
	float:left;	
}
/* Das ist der Bereich der Sidebar. Hintergrund. Schrift jedoch nicht */

#menu form {
	margin: 0 0 0 13px;
}
/* Breite des Suchfelds */

#menu input {
	background: #FAFAFA;
	border: 1px solid #999;
	color: #000;
	padding: 0.2em;
}

#menu ul {
	color: #999999;
	font-family: Verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding-left: 4px;
	
}

#menu ul li {
	font: normal 140% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; 
}

#menu ul ul {
	font-weight: bold;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background:none;
}

#menu ul ul li {
	border: 0;
	font: normal normal 14px/145% 'Lucida Grande', 'Lucida Sans Unicode',
Tahoma, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding-left: 12px;
	background: url(images/circle2.jpg) no-repeat 0 .6em; 
}

#menu ul ul li a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
/* Das ist der Bereich der Sidebar. Hier die Schrift der unterpunkte */

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
	color: #FF9900;
}

#menu ul ul li a:active {
	color: #FF9900;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
background: #F0F8FF;
margin: 0 auto;
width: 100%;
clear: both;
text-align: center;
padding-top: 10px;
}


#footer ul {
  margin:0;
  padding:0;
}

#footer li a {
  padding:0 3px;
  font-size:1.1em;

}

#footer li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				Google-Anzeigen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.googlead {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom:20px;
	
	float:left;
	background: #fffff;
}

.googlead2 {
	margin-left: 10px;
	margin-right: 10px;
	padding-top:20px;
	padding-left: 10px;
	padding-bottom:20px;
	text-align:center;
	background: #fffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				13 -- PLUGIN: NAVIGO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
li#level1active a#level1current, li#level2active a#level2current, li#level3active a#level3current, li#level4active a#level4current, li#level5active a#level5current {
		color: #FF9900;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				HEADER (von Stefan aus der Forum-Index)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a.navtop    	{ font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: none; text-decoration: none; color: #006699; font-weight: bold; }
a.navtop:hover  { font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: none; text-decoration: none; color: #CCFFFF; font-weight: bold; }



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				QUIZ-Style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
p, td, table { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; text-align: justify; }
hr { height: 1px; color: #000066; border-style: dashed; clear: both; }
th { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight:bold; text-align: right; vertical-align: top }
.mainheader {text-align: center }
.bottom { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; clear: left; z-index: 8; bottom: 0px; height: 54px; margin-bottom: 12px; }


.small { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; vertical-align: baseline ; text-decoration: none}

ol#numbered { list-style-position: outside; list-style-type: decimal; }

.dshd { border: dashed 1px #000066 }

p#hornav, { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; display: block; margin-left: 20px; padding: 6px 0px; white-space: nowrap; }
p#hornav { text-align: right; float: right; }

p#hornav, span#lnav,  p#lnav { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; padding: 6px 0px; white-space: nowrap; }
p#hornav, p#lnav { display: block; }
p#hornav { text-align: right; float: right; margin-left: 20px; }
p#lnav { float: left; }
p#hornav a, span#lnav a, p#lnav a { display: inline; margin: 2px 4px; padding: 1px 3px; font-weight: bold; font-size: 13px; color: #000066; border: solid #000066 1px; }
p#hornav a:hover, span#lnav a:hover, p#lnav a:hover { background-color: #000066; color: #ffffff; }

p#bignav { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; margin: 0px; padding: 6px 0px; font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; font-size: 17px; }
p#bignav a { margin: 2px 4px; padding: 2px 4px; font-weight: bold; color: #000066; border: solid #000066 1px; }
p#bignav a:hover { background-color: #000066; color: #ffffff; }

.rtali { float: right; margin-left: 20px }
.drkred { color: #660000; font-style: oblique }
.dhdbx { border: dashed 1px #000066; padding: 12px }

table#lst { width: 90%; border-width: 0px; }
table#lst caption { font-size: 18px; }
table#lst th { text-align: left; font-size: 16px; }
table#lst td { vertical-align: top; }

table#qst { padding: 0px; margin: 0px; border-width: 0px }
table#qst th { width: 45px; font-weight: normal; font-style: italic; text-align: right; vertical-align: top; padding: 0px }
table#qst td { padding: 0px 9px 0px 0px }

table#sct { border-width: 0px; font-size: 125%; padding: 0px; }
table#sct tr { padding-bottom: 6px; }
table#sct th { text-align: right; padding-right: 20px; white-space: nowrap; font-weight: bold; vertical-align: top; }

table#nq { border-width: 0px; width: 95%; clear: both; }
table#nq th { text-align: right; white-space: nowrap; vertical-align: top; width: 12em; }
table#nq td { vertical-align: text-top; padding-left: 0.5em; }

ul#tck li { list-style-image: url(img/minitick.gif); font-size: 14px; padding: 2px 0px; }


