/* Body Allgemein */
body {
	margin:0px;
	background-color:#E1EDF7;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#62625C;

}

html {
  margin:0px;
}

/* Links */
a {
  color:#5577bb;
}

/* Bilder */
img {
  border:none;
}

/* Fieldset */
fieldset
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

/* Überschriften */
h1 {
  isplay: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}

h2 {
  color:#FF8800;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

/* Standards */
#body {
  	width:900px;
  	margin:0 auto;

}

#logo {
	text-align:center;
	margin-top:15px;
}

#content {
 	 width:900px;
}  

/* Page */
#pagecenter {
  	width:900px;
  	float:left;
  	background:url(images/page.gif) 0 0 repeat-y;
}

#page { 
  	width:860px;
	padding-left: 20px;
  	padding-right: 20px;
	
}
  
#pagetop{
	display:block;
	background:url(images/page_top.gif) 0 0 no-repeat;
	width:900px;
	height:55px;
}

#pagebottom{
	display:block;
	background:url(images/page_bottom.gif) 0 0 no-repeat;
	width:900px;
	height:55px;
	padding-left: 20px;
  	padding-right: 20px;
}

#pageclear {
	clear:both;
}

#footer {
 	background-color:#FDFDF7;
  	width:1000px;
  	float:left;
  	height:50px;
  	text-align:center;
  	display:block;
  	margin-top: 5px;
  	background:url(images/template/footer.gif) 0 0 no-repeat;
}

.footer {
  padding-top:5px;
}

/*  Formular  */


/* Index-Bilder  */
.img_bg {
  color:#FFFFFF;
  height:75px;
  background-image: url("images/lesson_bg.gif");
  background-repeat: no-repeat;
  text-align:center;
  background-position:center;
  font-size:24px;
  padding: 12px 12px 12px 12px;
  line-height: 1.5;
  font-weight:bold;
}




input, select, textarea {
	padding: 3px 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #1B5A35;
	background: #F3F3F3 repeat-x left top;
	border: 1px solid #aaa;
	margin: 1px 1px 1px 1px;
}
	
#search {
	padding: 3px 4px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.7em;
	width: 60%;
	outline: none;
	margin-bottom: 20px;

}
#search_button {
	padding: 3px 4px;
	border-width: 1px;
	border-style: solid;
	color:#62625C;
	background-color:#DDDDDD;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.7em;
	width: 20%;
	outline: none;
	margin-bottom: 25px;

}

#search fieldset {
  border-width:0px;
}

#forum_left {
	width:49%;
	float:left;
}
#forum_right {
	width:49%;
	float:right;
}

.center {
	text-align:center;
}

.ratingbutton {
	padding-top:16px;
	text-decoration:none;
	float:left;
	display:block;
	background-image:url(images/rbg.gif);
	height:66px; 
	width:76px;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	color:#014084;
	font-size:30px;
	background-repeat:no-repeat;
}

.ratingbutton a {
	text-decoration:none;
	font-weight:bold;
	color:#014084;
	font-size:30px;
}

.digstext { 
	font-size:12px;
	font-weight:normal;
	color:#999999; 
}
/********************** Lexikon-Items ******************************/
#lexikon {
	margin-left:50px;
	padding-left:5px;
	border:2px solid #E3E3E3;
}

#lexikon h4 {
margin-top:1px;
margin-bottom:0px;
}
