/* Allgemeine Deklarationen */
html, body {
	/* Ausrichtung */
	margin:0px;
	padding:0px;

	/* Wichtig fürs Zentrieren */
	width:100%;
	/* height:100%; */

	/* Schrift */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000000;	
}

table,
table tr,
table tr td {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}


#main_spacer {
	padding:0px 30px;
}

/************************************************
  Allgemein + Browser reset
************************************************/

body,table,tr,td,div {
	font:12px arial;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0;
} 
table { 
	border-collapse:collapse;
	border-spacing:0; 
}
fieldset {  
	border:0; 
}
a img {
	border:0; 
}
address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
} 
a {
	text-decoration:none;
	color:#000000;
}

h2 {
	color:#336699;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
}
/************************************************
  Layout
************************************************/

body {
	background-color:#E5E5E5;
	background-image:url(/images/body_background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	width:760px;
	height:129px;
	background-image:url(/images/header.jpg);
	margin:auto;
}

#balken_header {
	width:760px;
	height:20px;
	background-image:url(/images/balken_header.jpg);
	background-repeat:repeat-x;
	margin:0;
	margin:auto;
}
#menu_head {
	float:left;
	width:163px;
	padding-top:40px;
	padding-left:15px;
}
#menu a {
	color:#000000;
}
#menue_head2 {
	margin-bottom:5px;
}

#main {
	float:left;
	width:558px;
	padding:10px;
	padding-top:30px;
}

#hauptbereich {
	width:760px;
	margin:auto;
}

.level_0 {
	background-image:url(/images/menue_bg.gif);
	background-repeat:no-repeat;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:10px;
	padding-left:22px;
	font-weight:bold;
}
.level_1 {
	margin-top:5px;
	font-weight:normal;
}



/************************************************
  News
************************************************/
.news_listeneintrag {
	margin-bottom:10px;
}

#news_starts td {
	padding:5px;
}

/************************************************
  Picturemanager
************************************************/
.picturemanager_kategorie {
	width:100%;
	margin-top:20px;
}
.picturemanager_kategorie td {
	vertical-align:top;
}
.picturemanager_kategorie td.bild img {
	margin-right:10px;
}
.picturemanager_kategorie td.text .funktionen {
	float:right;
}

.picturemanager_bilderauswahl_bild {
	width:150px;
	height:150px;
	margin:10px;
	float:left;
	text-align:center;
	vertical-align:top;
}

#picturemanager_bilderliste {
	text-align:left;
}

.picturemanager_anzeige_beschreibung {
	width:90%;
	margin:auto;
	margin-top:20px;
}

#picturemanager_anzeige_beschreibung {
	width:90%;
	margin:auto;
	margin-top:20px;
}
#picturemanager_anzeige_funktionen {
	margin-bottom:20px;
}

#picturemanager_anzeige_funktionen table {
	margin:auto;
}
#picturemanager_anzeige_funktionen table,
#picturemanager_anzeige_funktionen table td {
	border-width:0px;
	border-collapse:collapse;
}
#picturemanager_anzeige_funktionen table td.funktion {
	width:20px;
	text-align:center;
}
#picturemanager_anzeige_funktionen table td.text {
	width:100px;
	text-align:center;
}
#picturemanager_anzeige_bezeichnung,
#picturemanager_anzeige_bild {
	text-align:center;
}

#picturemanager_anzeige_bezeichnung {
	font-weight:bold;
}