@charset "UTF-8";

* { margin:0; padding: 0 }

* html body * { overflow:visible }

html { height: 100% }

body {
    min-height: 101%;
    font-size: 13px;	
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;	
	/* Vorgabe der Standardfarben und Textausrichtung */
    color: #000;
    background: #fff;
    text-align: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #325064;
	text-decoration: none;
}

form {
	background-color: transparent;
}

/*------------------------------------------------------------------------------------------------------*/

 /**
  * Basis Layout 
  *
  * 			|-#header-----------------------------------------------|
  * 			|	#mainnav									#logo	|
  * 			|-#col_content------------------------------------------|
  * 			|				   |				|					|
  * 			| #content_left    | #content_right	| #content_nav		|	
  * 			| 				   |				|					|
  * 			| 				   |				|					|
  * 			| 				   |				|					|
  * 			| 				   |				|					|
  * 			| 				   |				|					|
  */

#outer {
	position: relative;
	margin: 0 auto 10px auto;
	width: 940px;
	height: auto;
	border: 0px solid #0ff;
}

#header {
	position: relative;
	height: 96px;
	border-bottom: 1px dashed #000;
}

#logo {
	position: relative;
	float: right;
	margin: 0 25px 0 0;
	width: 60px;
	height: 95px;
	background-color: transparent;
}

#mainnav {
	position: relative;
	height: 25px;
	float: left;
	margin: 60px 0 0 0;
}

#col_content {
	position: relative;
	display: block;
	padding-top: 14px;
}

#content_left {
	position: relative;
	display: block;
	float: left;
	width: 390px;
	padding: 20px 0 0 0;
	height: 500px;
}

#content_right {
	position: relative;
	float: left;
	width: 360px;
	padding: 20px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	min-height: 500px;
}

#content_nav {
	position: relative;
	float: left;
	width: 138px;
	height: 500px;
}


/*------------------------------------------------------------------------------------------------------*/

/*--begin---formatierungen für das logo---*/
#logo img {
	margin: 19px 0 0 0;
}
/*--end-----formatierungen für das logo---*/


/*--begin---formatierungen für das menü---*/
#mainnav ul {
	list-style-type: none;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	height: 23px;
	display: block;
	float: left;
	color: #000;
	padding: 7px 22px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#mainnav ul li a:hover, #mainnav ul li.current a {
	color: #aaa;
}
/*--end-----formatierungen für das menü---*/


/*--begin---formatierungen für das contentmenü---*/
#content_nav ul {
	list-style-type: none;
	margin-top: 16px;
}

#content_nav ul li {
	margin: 1px 0;
}

#content_nav ul li a {
	background: url(../images/bg_contentnav.png) no-repeat 0 3px;
	color: #000;
	margin: 0 0 0 20px;
	padding: 0 0 0 28px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#content_nav ul li a:hover, #content_nav ul li.current a {
	background: url(../images/bg_contentnav_act.png) no-repeat 0 3px;
	color: #aaa;
}
/*--end-----formatierungen für das contentmenü---*/



/*--begin---allgemeine formatierungen---*/

h1 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

#content_right p.csc-subheader-1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 7px 0 20px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 25px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

a.back, a.mail {
	background: url(../images/bg_link_back_no.png) 0 4px no-repeat;
	padding: 0 0 0 17px;
	color: #999;
	text-decoration: none;
}

a.back:hover, a.mail:hover {
	background: url(../images/bg_link_back_akt.png) 0 4px no-repeat;
	color: #000;
}

a.intern {
	background: url(../images/bg_link_no.png) 0 4px no-repeat;
	padding: 0 0 0 17px;
	color: #999;
	text-decoration: none;
}

a.intern:hover {
	background: url(../images/bg_link_akt.png) 0 4px no-repeat;
	color: #000;
}

a.back {
	display: block;
	width: 50px;
}

a.answer {
	background: url(../images/bg_link_answer.gif) no-repeat;
	margin: 0 10px 0 0;
	padding: 2px 0 0 25px;
	color: #325064;
	display: block;
	height: 18px;
	text-decoration: underline;
	font-size: 10px;
}

hr {
	height: 1px;
	color: #b2b2b2;
	background-color: #b2b2b2;
	border: none;
	margin: 5px 0 20px 0;
}

#content_right p {
	margin: 0 0 15px 0;
}

.clear {
	margin: 0;
	padding: 0;
	clear: left;
	height: 0;
	line-height: 0;
}

.eingabe_bestellung {
	width: 355px;
	margin: 5px 0 2px 0;
}

.exemplare {
	width: 30px;
	margin: 0 5px;
}

.submit {
	border: 1px solid #fff;
	background: url(../images/bg_link_akt.png) 0 5px no-repeat;
	padding-left: 15px;
}

#content_left .tx-mjnewsticker-pi1 {
	margin: 20px 10px 0 0;
	padding: 7px 0;
	font-size: 14px;
	color: #000;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#content_left .tx-mjnewsticker-pi1 a {
	font-size: 14px;
	color: #000;
	font-style: italic;
}
	
div.tx-wtgallery-pi1 {
	background-color: #fff;
	padding: 0;
}	

div.wt_gallery_single_inner_pic {
	margin: 0;
	padding: 0;
}

div.wt_gallery_single_inner_pic a img {
	border: none;
}

div.wtgallery_list {
	background-color: #fff;
	margin:0 10px 10px 0;
}

div.wtgallery_list_lastofrow {
	margin-right: 0;
}

div.wtgallery_list a img {
	border: none;
	opacity:0.66;
	padding:0;
}

div.wtgallery_list_current a img { 
	opacity:1;
}

.eluna_pagecomments_count {
	float: right;
}

.eluna_pagecomments_comment, .eluna_pagecomments_comment_alt {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #b2b2b2;
	clear: right;
}

.eluna_pagecomments_comment_author {
	font-weight: bold;
}

.eluna_pagecomments_comment_date {
	font-size: 11px;
	color: #b2b2b2;
	font-style: italic;
}

#tx_elunapagecomments_pi1_comment {
	width: 360px;
}

.eluna_pagecomments_form_title {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #b2b2b2;
}
/*--end-----allgemeine formatierungen---*/
