/* Globaler Style */
@import url(form.css);

html {
	overflow-y: scroll; /* IE */
	height: 100%; /* Moz */
	margin-bottom: 0.1em;
}
body {
	font-size: 12px;
	line-height: 16px;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #333;
	background: #fff;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(../img/html/body2.png);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
#bg {
	width: 952px;
	margin: auto;
	background-image: url(../img/html/rand.png);
	background-color: #fff;
	padding: 0 0px;

}
.logo {
	/*
	height: 150px;
	width: 380px;

	*/

	/*
	height: 190px;
	width: 380px;
	*/
	height: 87px;
	width: 224px;
	margin-left: 10px;
	margin-top: 10px;


	/*width: 506px;*/
}

#body {
	background-color: #fff;
	width: 950px;
	margin: auto;
	text-align: left;
	border:0px solid #ccc;

}

#content_left {
	float: left;
	width: 750px;
}

#content_left #content {
	float: right;
	text-align: left;
	width: 560px;
	padding: 0 20px;

	background-color: #fff;
	overflow: hidden;
}
#content_left #menu_left {
	float: left;
	text-align: left;
	width: 150px;
	background-color: #fff;
}
#menu_right {
	float: left;
	text-align: right;
	width: 190px;
	background-color: #fff;
}

/* einzelne Blöcke*/
.menu_right {
	text-align: left;
	width: 190px;
	padding: 5px;
	margin-bottom: 5px;
	background-image: url(../img/html/background-image.png);
}
.bookmark {
	background: #eeeeee;
	padding-left: 10px;
	padding-right: 0;
}

.tags {
	background: #00aaff;
	padding: 5px;
	overflow: hidden;
}
.tags h1, .tags h2, .tags h3, .tags h4 {
	color: #fff;
}
.tags h5 {
	color: #C4C4FF !important;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
	font-weight: normal;
}
.tag0 {
	font-size: 12px;
	color: #fff !important;
	line-height: 22px;
}
.tag1 {
	font-size: 12px;
	color: #0000B3 !important;
	line-height: 22px;
}
.tag2 {
	font-size: 16px;
	color: #2D2DFF !important;
	line-height: 22px;
}

.tag3 {
	font-size: 18px;
	color: #C4C4FF !important;
	line-height: 22px;
}
.tag4 {
	font-size: 20px;
	color: #FFFFFF !important;
	line-height: 22px;
}



#menu_left ul, #menu_left li {
	list-style-image: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu_left ul {
	margin-bottom: 5px;
}
#menu_left li {
	border-bottom:1px dotted #ccc;
}

#menu_left p {
	margin-left: 5px;
}


#menu_left ul li h4,
#menu_left ul li a:link,
#menu_left ul li a:visited,
#menu_left ul li a:hover,
#menu_left ul li a:active {
	font-size: 11px;
	text-decoration: none;
	line-height: 26px;
	color: #ff3300; /* rot Link */
	display: block;
	border: 0;
	text-indent: 0px;
	padding-left: 5px;
}
#menu_left ul li h4 {
	color: #666;
	font-size: 14px;
}

#menu_left li a:link {  }
#menu_left li a:visited {  }
#menu_left ul li a:hover { color: #660000; }
#menu_left li a:active {  }

/* Aktiv für Hauptmenü */
#menu_left li .hover:link,
#menu_left li .hover:visited {
  color: #0033aa;
}

.teaser p {
	margin-bottom: 10px;
	font-size: 11px;
}

.left {
 	float: left;
}
.right {
 	float: right;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

h1 {
	font-size: 20px;
	line-height: 22px;
}
h2 {
	font-size: 18px;
	line-height: 18px;
}
h3 {
	font-size: 16px;
	line-height: 15px;
}
h4 {
	font-size: 14px;
	line-height: 15px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #333;
	margin-top: 5px;
	margin-bottom: 15px;
}

#content a:link {
	color: #00aaff;
	text-decoration: none;
}
#content a:visited {
	color: #00aaff;
	text-decoration: none;
}
#content a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#content a:active {
	color: #0033aa;
	text-decoration: none;
}

#menu_right a:link {
	color: #00aaff;
	text-decoration: none;
}
#menu_right a:visited {
	color: #00aaff;
	text-decoration: none;
}
#menu_right a:hover {
	color: #0000FF;
	text-decoration: underline;

}
#menu_right a:active {
	color: #0033aa;
	text-decoration: none;
}

.mailto:link   {color:#333;text-decoration:none;}
.mailto:visited{color:#333;text-decoration:none;}
.mailto:hover  {color:#0033aa;text-decoration:none;}
.mailto:active {color:#0033aa;text-decoration:none;}

hr {
	height: 0; /* IE */
	border: 0; /* Firefox */
	border-bottom: 1px dotted #ccc;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

.small {
	font-size: 10px;
	line-height: 10px;
	color: #999;
}

ul {
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	list-style-type: square;
}

li {
	padding-left: 5px;
	margin-left: 0;
}

#footer {
	margin-top: 20px;
	padding: 5px 10px;
	color: #ccc;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-image: url(../img/html/background-image.png);
}

.footer:link   {font-size:12px;color:#ccc;text-decoration:none;}
.footer:visited{font-size:12px;color:#ccc;text-decoration:none;}
.footer:hover  {font-size:12px;color:#ccc;text-decoration:underline;}
.footer:active {font-size:12px;color:#ccc;text-decoration:underline;}

table, td {
	vertical-align:top;
}

.fehler {
	color: #f00;
}

.richtig {
	background: url(../img/html/richtig.gif) no-repeat;
	color: #008040;
	padding-left: 20px;
	padding-bottom: 15px;
}
