/************************************************************* HTML TAGS */

* {
	font-family: arial,lucida sans,helvetica,sans-serif;
}
body {
	background: #333333; /* #FFFFFF url(/pics/layout/image_1240913667367.gif); */
}
a {
	margin: 0;
	padding: 0;
	color: #f18328;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0;
}

/************************************************************* PAGE */

div.frame {
	width: 100%;
	padding: 0;
	text-align: center;}
div.page {
	margin: 0 auto;	width			: 974px;
	text-align		: left;
	background		: #02273e;
}
div.bg1, div.bg2, div.bg3, div.bg4 {
	width: 100%;
	margin: 0;
}
div.bg1{
	background			: url(/pics/layout/schatten_left2.png) repeat-y top left;
}
div.bg2{
	background			: url(/pics/layout/schatten_right2.png) repeat-y top right;
}
div.bg4{
	width				: 950px;
	margin				: 0 auto;
	background			: white url(/pics/layout/bg_mce_content.gif) repeat-y top;
/*	background			: #0b4d6e url(/pics/layout/bg_content.gif) repeat top left;*/
}

/* div.tailer { zoom:	100%; } */

/************************************************************* HEADER */

div.header {
	float			: left;
	position		: relative;
	/*background:	#02273e url(/pics/layout/bg_hd.gif) repeat-x;*/
}
p.logo {
	position		: absolute;
	top			: 44px;
	left			: 56px;
	float			: left;
	display		: block;
	background		: url(/pics/layout/image_1260794615219.gif) no-repeat top right;
}
p.logo a {
	display		: block;
	width			: 1px;
	height			: 1px;
	text-decoration	: none;
}

p.logo span {
	display: none;
}

/************************************************************* HORIZONTAL MENU */

div.hmenu {
	position			: absolute;
	width				: 950px;
	color				: #02273e;
	font-size			: 0.825em;
	font-weight			: 700;
	text-align			: center;
	float				: left;
}
div.hmenu#hmenu2{
	position			: absolute;
	bottom				: 0px;
	border-bottom			: 3px solid #FFFFFF;
}
* HTML div.hmenu#hmenu2{
	bottom				: 23px;
	left				: -7px;	
}
div.hmenu-workspace {
	float:left;
	display			: block;
}
ul.hmenu1 {
	position			: relative;
}
* html ul.hmenu1 {
	position			: absolute;
	margin-left			: -468px;
}
ul.hmenu1, ul.hmenu2 {
	list-style-type		: none;
}
ul.hmenu2 {
	position			: absolute;
	z-index			: 25;
	top				: 27px;
	left				: 0;
	display			: block;
	width				: 950px;
	border-top			: 3px solid #02273e;
	background			: transparent url(/pics/layout/bg_hmenu.gif) repeat-x top left;
}

li.hmenu1,li.hmenu2 {
	display			: inline;
	float				: left;
}
a.hmenu {
	display			: block;
	float				: left;
	padding			: 7px 10px 1px;
	color				: #FFFFFF;
	text-decoration		: none;
}
a.hmenu:hover {
	text-decoration	: none;
	color			: #d3def0; /* HOVER EFFEKT HORIZONTALE HAUPTNAVIGATION */
}
a.hmenu1 {
	text-decoration	: none;
	padding		: 5px 11px;
	margin			: 0 1px 0 2px;
	font-weight		: 700;
	background		: #014495; /* url(/pics/layout/bg_hmenu.gif) repeat-x top left; */
}
a.hmenu1-first{
	margin			: 0 1px 0 0;
}
a.hmenu1-active {
	position		: relative;
	z-index		: 30;
	color			: #f18328;
}
.header-img {
	width			: 950px;
	height			: 250px;
	background		: url(/pics/layout/image_1260807392936.jpeg) no-repeat;
}
.hmenu li.menu-sub {
	width			: 950px;
	text-transform	: none;
	background		: url(/pics/layout/bg_hmenu.gif) repeat-x;
}
a.hmenu2 {
	color			: #02273e;
	font-size		: 0.9em;
	padding		: 8px 10px 9px;
}
a.hmenu2-active {
	position		: relative;
	z-index		: 30;
	background		: transparent url(/pics/layout/arr_hmenu2.gif) no-repeat center bottom;
}
#hmenu1 {
	position		: absolute;
	top			: 3px;
}
#hmenu1 a {
	text-decoration	: none;
	font-weight		: 400 !important;
	font-size		: 0.95em !important;
	padding		: 0px 0px 0px 20px !important;
}
span.pipe{
	padding		: 7px 1px 0 1px;
	float			: left; 
}

/************************************************************* MAIN */

div.main {
	clear			: both;
	text-align		: center;
	min-height		: 480px;
}
* html div.main {
	height			: 480px;
	position		: relative;
}

/************************************************************* BREADCRUMB */

div.breadcrumb {
	width			: 100%;
	height			: 26px; margin: 0 0 3px -5px; padding-right: 316px;
	float			: left;
	background-color	: #004494;
	color			: white;
	font-weight		: bold;
}
span.breadcrumb-infotext {
	display		: none;
	float			: left;
	padding		: 3px 5px;
	font-size		: 0.75em;
}
div.breadcrumb ul {
	display		: inline;
	list-style-type	: none;
}
div.breadcrumb li {
	display		: inline;
	float			: left;
}
a.breadcrumb {
	display		: block;
	float			: left;
	margin			: 0 0 0 2px;
	padding		: 5px 10px;
	text-decoration	: none;
	font-size		: 0.825em;
	font-weight		: bold;
}
a.breadcrumb:hover {
	/* color: #FFF; */
	text-decoration: underline;
}
a.breadcrumb-choiced {
	/* color: #FFF; */
	text-decoration: underline;
}
a.breadcrumb-choiced:hover {
	/* color: #FFF; */
}
a.breadcrumb-hassub {
	/* color: #FFF; */
}
a.breadcrumb-hassub:hover {
	/* color: #FFF; */
}

/************************************************************* VERTICAL MENU */

div.vmenu {
	display		: none;
	float			: left;
	width			: 0;
	margin			: 10px 0 0 36px;
	font-weight		: 700;
	overflow		: hidden;
}
* html div.vmenu {
	margin-left		: 18px;
}
div.vmenu-workspace {
	margin			: 0 17px 0px 0;
	background		: url(/pics/layout/trenner.gif) repeat-x;
}
ul.vmenu1, ul.vmenu2, ul.vmenu3, ul.vmenu4 {
	list-style-type	: none;
}
li.vmenu1, li.vmenu2, li.vmenu3, li.vmenu4 {
	display		: inline;
}
a.vmenu {
	display		: block;
	margin			: 0;
	padding		: 4px 0 4px 0;
	color			: #FFFFFF;
	font-size		: 0.75em;
	text-align		: left;
	text-decoration	: none;
}
a.vmenu:hover {
	color			: #FFFFFF;
}
a.vmenu1 {
	background		: url(/pics/layout/trenner.gif) repeat-x left bottom;
}
a.vmenu1:hover {
	text-decoration	: none;
}
a.vmenu1-active,a.vmenu2-active,a.vmenu3-active,a.vmenu4-active {
	color			: #f18328;
}
a.vmenu2,a.vmenu3,a.vmenu4 {
	font-weight		: 400;
	padding-left		: 5px;
}
a.vmenu3 {
	padding-left		: 5px;
}
a.vmenu4 {
	padding-left		: 5px;
}

/************************************************************* CONTAINER */

div.container {
		width			: 300px;
	float			: right;
	margin			: 25px 0 0 0;
	text-align		: left;
/*	background		: url(/pics/layout/bg_container.gif) repeat-x top left; */
}
* html div.container {
	margin			: 30px 4px 0 0;
	
}
:first-child + html div.container {
	margin			: 30px 4px 0 0;
}

div.container-left {
	float			: left;
	/* background		: #0B4D6E; */
	width			: 640px;
	margin			: 0 20px 5px 0;
}
div.container-right {
	float			: right;
	width			: 300px;
	margin-right		: 3px;
}
div.container-menu {
	width			: 0px;
}
div.container-top {
	float			: left;
	/* background		: #0B4D6E; */
	width			: 620px;
}
div.container-bottom {
	float			: left;
	background		: #0B4D6E;
	width			: 634px;
	border			: solid 1px #02273e;
	margin-bottom		: 5px;
}
div.container-workspace-left {
	float			: left;
	margin			: 0 0 0px 0;
	width			: 317px;
}
div.container-workspace-left div.container-headline {
	padding		: 0 ;
	color			: #004494;
	font-weight		: 700;
	text-align		: left;
	text-decoration	: none;
	overflow		: hidden;
}
div.container-right div.container-workspace {
	width			: 100%;
	margin			: 0 0 10px 0; 
}

div.container-headline {
	color			: #004494;
	font-weight		: 700;
	text-align		: left;
	text-decoration	: none;
	overflow		: hidden;
}
* html div.container-headline {
}
:first-child + html div.container-headline {
	
}

div.container-content {
	color			: #000000;
	font-size		: 0.75em;
}
div.container-workspace-left div.container-content {
	padding		: 0;
	color			: #000000;
	font-size		: 0.75em;
}
div.container-content a {
	color			: #004494;
	font-size		: 0.85em;
}
h3.container {
	display		: inline;
	font-size		: 0.75em;
	color			: #004494;
}
img.border-image {
	float			: left;
}
div.container_navi{
	float			: right;
	color			: #02273e;
	bottom			: 0;
	right			: 0;
	position		: absolute;
}
div.container_navi a{
	float			: left;
	display		: block;
	color			: #034CA0;
	margin-left		: 2px;
	padding		: 6px 10px;
	background		: #FFFFFF;
}
div.container_navi a:hover {
	text-decoration	: none;
}
div.bildcontainer{
	float			: left;
	padding		: 8px 16px 8px 0px; /* 0 20px 10px 0; */
}
/************************************************************* CONTENT */

div.content {
	width			: 634px;
	margin			: 0 0px 0 0px;
	padding		: 0 5px 10px 5px;
	text-align		: left;
	float			: left;
	background		: #ffffff;
	min-height		: 480px;
}
div.no_vmenu div.vmenu {
	display		: none;
}

div.content-wrap {
	float			: left;
	width			: 100%;
}
* HTML div.content-wrap {
	width			: 1px;
}
div.content-workspace {
	margin			: 10px auto 0;
	float			: left;
	width			: 100%;
}
div.content-workspace ol, div.content-workspace ul, div.content-workspace li {
	margin-left		: 17px;
}
div.content-workspace ol li, div.content-workspace ul li {
	margin-left		: 0;
}
div.content-header {
	padding		: 0 7px 0 0;
	margin			: 0 0 7px 0;
	border-bottom		: 1px solid #f18328;
	color			: #FFFFFF;
	text-align		: left;
	font-weight		: 700;
	background		: url(/pics/layout/trenner.gif) repeat-x left bottom;
	display		: none;
}
div.content-text {
	height			: 100%;
	margin			: 0 0 0px;
	padding		: 0px 0px 0;
	color			: #02273e;
	font-size		: 0.75em;
	line-height		: 1.33em;
	text-align		: left;
}
h3.content-title {
	display		: inline;
	color			: #FFFFFF;
	font-size		: 0.9em;
}

.content h3.content-title {
	display		: inline;
	color			: #05273D;
	font-size		: 0.9em;
}

/************************************************************* FOOTER */

div.footer {
	clear			: both;
	margin			: 0;
	padding		: 10px 306px 30px 37px;
	font-size		: 0.875em;
	font-weight		: 700;
	color			: #02273e;
	text-align		: left;
	background		: #FFFFFF;
	border-top 		: 1px solid #0B4D6E;
}
.footer .address {
	float			: left;
	margin-right		: 80px;
	display		: none;
}
.footer .meta-nav {
	float			: left;
	display		: inline;
	margin-left		: 5px;
}
.footer a {
	color			: #02273e;
	font-weight		: 700;
	text-decoration	: none;
}
.footer a:hover {
	text-decoration	: underline;
}
.footer .copy_rights{
	color			: #02273e;
	font-weight		: 400;
	font-size		: 0.75em;
	
}

/************************************************************* STANDARDS */

span.paging {
	color			: #05273D;
}
.paging {
	background		: #034CA0;
}
.border1 {
	border			: 1px solid #034CA0;
}
div.form-begin {
	border			: 1px solid #034CA0;
	background		: #C5D5ED;
}
textarea, input.text, #contLoginPassword {
	border			: 1px solid #034CA0;
}

input.button {
	color			: #05273D;
	border			: 1px outset #f18328;
}
option {
	color			: #05273D;
	background-color	: white; /* #02273e */
}
button {
	color			: #05273D;
	border			: 1px solid #034CA0;
}
fieldset {
	margin			: 10px 0;
	padding		: 5px 10px;
	border			: 2px solid #034CA0;
}
legend {
	padding		: 2px 10px;
	border			: 1px solid #034CA0;
}
div.form-fieldset-inlay {
	padding		: 3px 7px;
	background		: #C5D5ED;
}
.magazinedate {
	float			: left;
	margin-right		: 5px;
	font-size		: 0.95em;
}
div.form-begin, .picturetext {
	color			: #02273e;
}

/************************************************************* MAGAZIN */

.mag-trenner {
	position		: relative;
	width			: 100%;
	height			: 2px;
	line-height		: 2px;
	margin			: 9px 0;
	background		: url(/pics/layout/trenner.gif) repeat-x;
}
.galerie-intro-table{
	width			: 100%;
}

/************************************************************* SUCHE */

div.suche {
	display		: block; 
	height			: 29px;
	padding-bottom	: 21px;
}
* html div.suche {
	padding-bottom	: 22px;
}
div.suche .suche_input_text {
	float			: left;
	width			: 130px !important;
	margin-right		: 5px;	
}
#head_search_form div {
	float			: left;
	margin			: 1px 2px;
}
.noprint{
	display		: none;
	float			: right; 
}
div.bigmedienfloat-left{
	border-right		: 3px solid #fff;
	border-bottom		: 3px solid #fff;
}
div.bigmedienfloat-right{
	border-left		: 2px solid #fff;
	border-bottom		: 3px solid #fff;
}
