@charset "utf-8";
/* CSS Document */

/* 
#############################################################
  Seitenaufbau
#############################################################
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:16px;
}

body a:link {color:#333}
body a:visited {color:#333}

#site {
	margin-left:auto;
	margin-right:auto;
	width:990px;
}
#head {
	background-image: url(../images/haed_bar_left_blu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#head2 {
	height:140px;
	background-image: url(../images/haed_bar_right_blu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#site-logo {
	float: left;
	margin-left:20px;
	margin-top:40px;
	width:225px;
}
#site-logo img{
	border: none;
}

/* Lernwelt Logo */
#site-logo2 {
	float: right;
	margin-left:20px;
	margin-top:20px;
	width:85px;
}
#site-logo2 img{
	border: none;
}
/* Lernwelt Logo - End*/
#site-slogan {
	display: block;
	float: left;
	padding-left:20px;
	padding-top: 15px;
	margin-top:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#site-slogan h3 {
	font-size: 24px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#site-title {
	display: none;
}
#main {
	margin-bottom:10px;
	background-image: url(../images/line_vertical.gif);
	background-repeat: repeat-y;
	background-position: 245px top;
	margin-top: 10px;
}
#main-left {
	width: 220px;
	float: left;
	padding: 10px;
}

#main-right {
	margin-left: 250px;
	padding: 10px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding-top: 10px;
}
#footer ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul.menu li {
	display: inline;
	margin-right: 5px;
}
#copyright,
#copyright a {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding-top: 10px;
	text-align: center;
}
#copyright a:hover {
	color: #0000FF;
}

.block-clear {
	clear: both;
}
/* 
#############################################################
  Systemmeldungen
#############################################################
*/
.error {
	border: 3px solid #FF0000;
}

.message-error {
	background-color: #FFCECE;
	padding: 10px;
	border: 2px solid #FF0000;
}
.message-sucsess {
	background-color: #CAFFCA;
	padding: 10px;
	border: 2px solid #009900;
}
.odd {
	background-color: #DDDDDD;
}
.even {
	background-color: #EEEEEE;
}
.table-haed {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	font-size: 12px;
	padding-top: 5px;
}
.description {
	font-size: 70%;
	font-style: italic;
}
.font-size2 {
	font-size: 14px;
}
/* 
#############################################################
Blöcke Linke Seite allgemein
#############################################################
*/

#main-left h2.block-title {
	border-bottom:1px solid #000;
	color:#000;
	font-size:18px;
	margin:0 0 10px;
	padding:0 0 5px;
}
#main-left .block {
	padding-bottom:20px;
}

/* 
#############################################################
Login Block
#############################################################
*/
form#login {
	font-size: 12px;
}
form#login .field-item {
	margin-bottom:8px;
}
form#login .field-item input {
	font-size: 12px;
}
form#login label {
	display:block;
	float:left;
	width:75px;
}
form#login .field-menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top:10px;
	margin-bottom: 20px;
}
/* 
#############################################################
Hauptmenü Block
#############################################################
*/
#main-left ul.menu{
	padding-left:20px;
	margin: 0px;
}


/* 
#############################################################
Sub-Menu / Inline-Menus
#############################################################
*/

ul.inline-menu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-bottom:2px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.inline-menu li {
	display:inline;
	background-color:#cccccc;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding: 3px;
}

/* 
#############################################################
Edit-Bereich
#############################################################
*/
#main-right h3 {
	color:#666666;
	font-size:19px;
	margin:0px;
	padding:0px;
}
div.cat-name {
	border-bottom:1px dotted #CCCCCC;
	color:#666666;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:5px;
}

#main-right fieldset {
	padding: 15px;
}
#main-right legend {
	color: #006FC7;
	font-size: 12px;
	font-weight: bold;
}
#main-right .items {
	border-bottom:1px dotted #CCCCCC;
	clear:both;
	margin-bottom:5px;
	padding-bottom:5px;
}
#main-right label{
	display: block;
}
#main-right table.list-entry {
	width: 100%;
}

/* 
#############################################################
Allgemeine Service Links
#############################################################
*/
.service-link {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-image: url(../../../images/button_service-link.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 3px;
	line-height: 15px;
}
.service-link a {
	color: #FFFFFF;
	text-decoration: none;
}
.service-link a:hover {
	color: #000066;
}
div#main-right fieldset.collapsed {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-bottom: 0px;
	padding-top: 1px;;
}
#main-left div.close {
	display: none;
}
#main-left div.open {
	display: block;
}