/* ------------------------------------------------------------------ Body-Main-Container */

body {
	margin: 0px;
	margin-top: 20px;
	background:url(gfx/body-bg.jpg) #434343 fixed;
	font-family: Arial, Verdana, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	overflow-y:scroll;
	}


#maincontainer {
	margin:0px auto;
	text-align:left;
	width:850px;
	}

/* ------------------------------------------------------------------ HEADER-MAIN-SUB-MENU */


#header {
	background:url(gfx/header-bg.jpg) repeat-y #fff;
	height:150px;
	width:850px;
	}

#main-menu {
	padding-top:70px;
	color:#fff;
	}

/* ------------------------------------------------------------------ CONTENT-Container */


/* -- Main-Container -- */

#contentcontainer {
	background:url(gfx/content-bg.jpg) repeat-y #fff;
	padding:10px 10px 4px 30px;
	font-family: Arial, Verdana, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	}

#contentleft {
	background:#fff;
	width:550px;
	float:left;
	}

#contentright {
	background:#fff;
	width:200px;
	float:right;
	}


#searchletter {
	margin-top:30px;
	padding-top:2px; 
	border-top:1px dotted #ccc;
	}



/* -- News-Container -- */

.newsleft { width:120px; margin-right:10px; float:left; }
.newsright { width:410px; float:left; }




/* -- Magazin -- */

#magbigpic {
	width: 220px;
	float:left; 
	}

#maginhalt {
	width: 330px;
	float:left;
	}


/* -- AGBs -- */

.agbleft { width: 30px; float: left; }

.agbright { width: 510px; float: left; }


/* -- Mail-Form-DIV -- */

#maildiv { margin-left: 50px; width:300px; }

/* -- Künstler -- */

.artistletter { 
	font-size:14px;
	font-weight:bold;
	display:block;
	width:100px;
	border-bottom:1px solid;
	margin-bottom:4px;
	text-transform: uppercase;
	}



/* ------------------------------------------------------------------ FOOTER-Container */

#footermain {
	background:url(gfx/footer-bg.gif) no-repeat;
	height:40px;
	}

#footerspace {
	padding:0px 10px 0px 30px;
	text-align:right;
	font-size:11px;
	}

#footerline {
	padding-top:2px;
	border-top:1px solid #ccc;
	}




/* ------------------------------------------------------------------ Haupt-Menu-Navi */

.nav ul {
	height: 32px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	float:right;
	}

.nav li {
	float: left;
	padding: 0 7px;
	position: relative;
	z-index: 1;
	}

.nav li.last {
	background:none;
	}

.nav li:hover {
	z-index:2;
	}

.nav li a {
	display: block;
	line-height: 32px;
	overflow: hidden;
	float: left;
	color:#fff;
	text-decoration:none;
	cursor:  pointer;
	}

a .menu-left {
	background: url(gfx/main-menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
	}

a .menu-mid {
	background: url(gfx/main-menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left; 
	color:#fff;
	overflow: hidden;
	}

a .menu-right {
	background: url(gfx/main-menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
	}

.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right { background-position: 0 -37px; line-height: 35px; color:#000; }

.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a { color: #000; text-decoration:none; }

.nav li:hover .sub,
.nav li.hover .sub { display:block; }

.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(gfx/main-menu-submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
	}

.nav li ul {
	background: url(gfx/main-menu-submenu_bg.gif) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 11px;
	}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #ccc solid;
	background: none !important;
	}

.nav li:hover li a,
.nav li.active li a {
	color: #000;
	font-size:11px;
	font-family: verdana;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 6px 3px 5px 3px;
	text-indent: 1px;
	}

.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #ff0000; font-size:11px;
	background: #000 !important;
	text-decoration: none;
	line-height: normal;
	}


/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #ff0000;font-size:11px;
	background: #000 !important;
	text-decoration: none;
	line-height: normal;
	}

.nav .btm-bg {
	background: url(gfx/main-menu-submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
	}








/* -------------------------------------------------------------------- Klassentreffen - Allgemein */


.centerdiv { text-align: center; }

.clearboth { clear:both; }
.clearleft { clear:left; }
.clearright { clear:right; }

:focus { outline: 0; }
a:focus{ outline:none; }

.pspacer { margin-top: 30px; }

.txtcenter { text-align:center; }
.txtright { text-align: right; }

.txtsmall { font-size:11px; }



/* ---------------------------------------------------------------------------------------- LINKS */

a:link, a:visited, a:active {
	color:#912023;
	text-decoration:none;
	}

a:hover { 
	color:#912023;
	text-decoration:underline;
	}

a.showall:link, a.showall:visited, a.showall:active {
	color:#912023;
	text-decoration:none;
	font-size: 11px;
	}

a.showall:hover { 
	color:#912023;
	text-decoration:underline;
	font-size: 11px;
	}


/* ------------------------------------------------------------------------------------ HEADLINES */

h1 {
	font-weight: bold;
	color: #000;
	font: 17px Verdana, Arial, Helvetica Neue, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	padding-bottom:2px;
	background: url(gfx/h1-underline.gif) repeat-x 0 133%;
	}

h2 {
	font-weight: bold;
	color: #000;
	font: 16px Verdana, Arial, Helvetica Neue, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	}

h3 {
	font-weight: bold;
	color: #000;
	font: 14px Verdana, Arial, Helvetica Neue, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	}

h4 {
	font-weight: bold;
	color: #000;
	font: 12px Verdana, Arial, Helvetica Neue, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	}

/* ------------------------------------------------------------------------------------ FORMULARE */


/* -- FORM-ALLGEMEIN -- */

form { padding: 0px; margin: 0px; }

input:active, input:hover, input:focus {
background-color: #eee; color:#000;
}

textarea:active, textarea:hover, textarea:focus {
background-color: #eee;
}


select:active, select:hover, select:focus {
background-color: #eee;
}

select {
	border: 1px solid #ccc;
	padding: 2px;
	}



/* -- SEARCH -- */
.searchform {
	background:url(gfx/search-bg.gif) no-repeat;
	width:180px;
	border:1px solid #ccc;
	padding-left:18px;
	}


/* -- NEWSLETTER -- */
.nletterform {
	width:200px;
	border:1px solid #ccc;
	}

.nlettersubmit {
	margin-top: 3px;
	border: 1px solid #ccc;
	width: 200px;
	background:#333;
	color: #fff;
	}
.nlettersubmit:hover {
	margin-top: 3px;
	border: 1px solid #222;
	width: 200px;
	background:#ccc;
	color: #000;
	}



/* Kontakt-Mail-Formular --------- */

.mailforminsert {
	width: 300px;
	border: 1px solid #ccc;
	color:#000;
	background-color:#fff;
	}

.mailspam {
	width: 80px;
	border: 1px solid #ccc;
	color:#000;
	background-color:#fff;
	}


.mailformsend {
    background-color: #444;
    color: #fff; 
    text-decoration: none; 
    }


.mailformsend {
	margin-top: 3px;
	border: 1px solid #ccc;
	background:#333;
	color: #fff;
	}
.mailformsend:hover {
	margin-top: 3px;
	border: 1px solid #222;
	background:#ccc;
	color: #000;
	}












/* Rating-Formular --------- */

#rating_container { 
	width: 550px;
	background: #eee;
	text-align: left;
	padding: 4px; 
	}


#rating-form-container {
	/* background: #fff; */
	padding: 5px 0 10px 0;
	}

#rating-loader {
	display: none;
	padding: 6px;
	text-align:right;
	}

.vote_container {
	margin: 0 0 20px 0;
	background: #dadada;
	padding: 6px;
	}

.rf_left { 
	display: inline;
	width: 150px;
	float: left;
	text-align: center;
	padding: 0px 0 0 0;
	}
.rf_right { 
	display: inline;
	width: 350px;
	float: right;
	padding: 0px 6px 0 0;
	}

.nlformmsg { 
	display:none; 
	padding: 2px 0px 2px 8px;
	color: #fff;
	background: #006600;
	}

.formmsgerror-nl { 
	padding: 6px 0px 6px 8px;
	color: #fff;
	background: #660000;
	}
	



.btn-submit{
	border:none;
	background-color:transparent;
	background:url(gfx/bg-submit-btn.png) no-repeat;
	width:200px;
	height:24px;
	cursor:pointer;
	}

.btn-submit:hover{
	border:none;
	background-color:transparent;
	background:url(gfx/bg-submit-btn.png) no-repeat;
	background-position:-200px;
	width:200px;
	height:24px;
	cursor:pointer;
	color: #fff;
	}













