/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #666666;
	cursor: pointer;
	margin: 2px;
	margin-left: 0px;
	padding: 3px;
}

legend {
	font-size: 12px;
	font-weight: bold;
}

input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	background-color: #F1F1F1;
	font-size: 11px;
	color: #333333;
	cursor: pointer;
	margin: 2px;
	margin-left: 0px;
}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	border: 0px;
	margin: 2px;
}

a:hover, a:focus {
	color: #000000;
	text-decoration: underline;
	border: 0px;
	margin: 2px;
}

img {
	border: 0px;
}

#header {
	width: 990px;
	height: 150px;
	border: 0px;
	position: absolute;
	left: 50%;
	margin-left: -495px;
	margin-top: 0px;
}

#header_logo {
	width: 990px;
	height: 150px;
	border: 0px;
}

#menu {
	width: 100%;
	height: 30px;
	border: 0px;
	position: absolute;
	top: 150px;
	background-color: #EEEEEE;
	border-top: 1px solid #FFFFFF;
}

#menu_list {
	width: 690px;
	height: 30px;
	border: 0px;
	position: absolute;
	left: 50%;
	margin-left: -280px;
	font-size: 12px;
	padding: 7px;
}

#content {
	width: 100%;
	height: auto;
	border: 0px;
	position: absolute;
	top: 170px;
	padding: 0px;
	margin: 0px;
}

#content_center {
	width: 990px;
	position: absolute;
	left: 50%;
	margin-left: -495px;
	border: 0px;
	min-height: 300px;
	font-size: 12px;
	vertical-align: top;
}

#content_table_left {
	width: 150px;
	min-height: 300px;
	vertical-align:top;
}

#content_table_middle {
	vertical-align: top;
	width: 680px !important;
}

#content_table_right {
	width: 150px;
	min-height: 300px;
	vertical-align:top;
	padding-left: 5px;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align:center;
}

#footer_content {
	width: 990px;
	height: 70px;
	border: 0px;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 20px;
	background-image: url(../img/footer.png);
	background-position: top;
	background-repeat: no-repeat;
}

#breadcrumb {
	padding-left: 0px;
	margin-bottom: 12px;
	margin-top: 20px;
}

#bookmarks {
	width: 300px;
	float: left;
}

#seperator {
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}

/* ---------------------------- */
/* Blog */

.blog_kategorie {
	margin-bottom:5px;
	padding:0px;
}

#content2_left {
	width:430px; 
	float:left;
}

#content2_right {
	float:left; 
	margin-left:30px;
	width:200px;
}

#user_pic {
	position: absolute; 
	left: 600px; 
	z-index: 100; 
	text-align: center;
}

/* ---------------------------- */
/* Suchfeld */

#search {
	position:absolute;
	top: 110px;
	left: 820px;
	padding: 3px;
}

.search_input {
	border: 0px;
	padding: 5px;
	width: 114px;
	background-color: #FFFFFF;
	color: #CCCCCC;
}

.search_input:hover, .search_input:active, .search_input:focus {
	border: 0px;
	padding: 5px;
	width: 114px;
	background-color: #EAEAEA;
	color: #666666;
}


#sub_navigation {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 25px;
}

.sub_navigation_active {
	color: #F73584;
	text-decoration: none;
}

a.menu_item_over {
	color: #F73584;
	text-decoration: none;
	margin: 5px;
}

a.menu_item:link, a.menu_item:visited, a.menu_item:active {
	color: #666666;
	text-decoration: none;
	margin: 5px;
}

a.menu_item:hover, a.menu_item:focus {
	color: #F73584;
	text-decoration: none;
	margin: 5px;
}

h1 {
	color: #F73584;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	color: #F73584;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

h3 {
	color: #F73584;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.kategorie_box {
	padding:5px;
	text-align: center;
}

.kategorie_div {
	width: 140px;
	height: 105px;
	text-align: center;
}

.kategorie_box img, .kategorie_box a {
	text-decoration: none;
	border: 0px;
}

.text_klein {
	font-size: 10px;
}

.text_rot {
	color: #FF0000;
}

.text_light_grey {
	color: #BBBBBB;
}

.beitrag_tabelle {
	 width: 699px;
}

.beitrag_o_header {
	height:40px;
}

.beitrag_u_header {
	height:5px;
}

.beitrag_u_footer {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 2px solid #EEEEEE;
	vertical-align:top;
}

.beitrag_header_left {
	width: 150px;
	color: #000;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	padding-left: 10px;
}

.beitrag_header_middle {
	background-color: #D0DBAA;
	color: #000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
}

.beitrag_header_right {
	width: 150px;
	background-color: #D0DBAA;
	color: #000;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	padding-right: 10px;
}

.beitrag_left {
	color: #000;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	padding-right: 10px;
}

.beitrag_middle {
	color: #000;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
}

.beitrag_right {
	background-color: #EEEEEE;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
}

/* Weiterlesen Button */

.weiterlesen {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 12px;
	font-weight: normal;
}

/* Kommentare */

#comments {
	
}

/* Tag Cloud */

#tagcloud {
	position:absolute;
	top: 80px;
	left: 820px;
    padding: 3px;
	z-index: 999;
}

.tagcloud_input {
	border: 0px;
	padding: 5px;
	width: 110px;
	color: #CCCCCC;
	text-decoration: none;
}

.tagcloud_input:hover, .tagcloud_input:active, .tagcloud_input:focus {
	border: 0px;
	padding: 5px;
	width: 110px;
	background-color: #EAEAEA;
	color: #666666;
	text-decoration: none;
}

.tagcloud_entry {
	margin: 0px;
	padding: 0px;
}

.tagcloud_entry:hover {
color: #000;
cursor:pointer;
}

.tagCloudDIV {
witdh: 680px;
text-align: justify;
text-justify: newspapaer;
line-height: 21px;
}

#edu_camp_banner {
	position:absolute;
	top: 25px;
	left: 820px;
	z-index: 999;
}
