* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #353535 url(images/bg.jpg) center top no-repeat;
}

a, a:active, a:visited {
	color: #de0000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


/*** HEADLINES ***/

h1 {
	font-size: 19px;
	color: #000000;
	margin-bottom: 10px;
	padding: 6px 0 3px 46px;
	background: url(images/h1_bg.jpg) left top no-repeat;
	min-height: 36px;
	line-height: 22px;
}
.h1_family {
	background: url(images/h1_family.jpg) left top no-repeat;
}
.h1_team {
	background: url(images/h1_team.jpg) left top no-repeat;
}

h2{
	font-size: 16px;
	color: #de0000;
	margin-bottom: 8px;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}


/*** INHALTSBEREICHE ***/

#wrapper {
	margin-top: 34px;
}

#header {
	background: url(images/header.jpg) top center no-repeat;
}
#header .mod_coverpicture img {
	margin-left: 30px;
}

#container {
	background: url(images/container.jpg) center top repeat-y;
}

#main {

}

#main > .inside {
	margin: 0 16px 0 46px;
	padding-top: 10px;
}

#right {

}

#footer {
	background: url(images/footer.jpg) center top no-repeat;
}
#footer .inside {
	padding: 18px 0 0 85px;
}
#footer a {
	color: #666666;
}


/*** NAVIGATION ***/

/** HAUPTMENU **/

#hauptmenu {
    float: left;
    width: 1000px;
	height: 75px;
	background: url("images/menu_bg.jpg") no-repeat;
  }

#hauptmenu ul {
	position: absolute;
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
  }

#hauptmenu li {
    list-style-type: none !important;
    float: left; /* LTR */
    margin: 0;
    padding: 0 0 0 0;
  }

#hauptmenu a,
#hauptmenu span.active {
    color: #cbcbcb;
    display: block;
    font-weight: normal;
    text-decoration: none;
  }

#hauptmenu li.active ul,
#hauptmenu li.trail ul {
	display:block;
	width:auto;
}

#hauptmenu ul li {
	z-index:3000;
}

#hauptmenu li:focus ul,
#hauptmenu li:hover ul,
#hauptmenu li:active ul {
	display:block;
	z-index: 6000;
}


#hauptmenu ul li ul li a
#hauptmenu ul li ul li a:focus,
#hauptmenu ul li ul li a:hover,
#hauptmenu ul li ul li a:active,
#hauptmenu ul li ul li.active,
#hauptmenu ul li ul li strong, 
#hauptmenu ul li ul li.trail {
	color:#cbcbcb;
}


/* SUBMENU */

#hauptmenu {
	position: relative;
	top: -2px;
}

#hauptmenu li ul {
	display: none;
}

#hauptmenu li ul li {
	padding:0;
}

#hauptmenu ul li ul li a,
#hauptmenu ul li ul li.active {
	padding: 9px 15px 7px 15px;
}
#hauptmenu ul li ul li a:hover,
#hauptmenu ul li ul li a:active,
#hauptmenu ul li ul li span.active {
	color: #FFFFFF;
}

#hauptmenu ul li.ashigaru ul {
	position: absolute;
	top: 27px;
	left: 30px;
	padding-left: 135px;
	width: 585px;
	height:26px;
	background: transparent url("images/submenu_bg_ashigaru.jpg") no-repeat;
}

#hauptmenu ul li.media ul {
	position: absolute;
	top: 27px;
	left: 30px;
	padding-left: 242px;
	width: 585px;
	height:26px;
	background: transparent url("images/submenu_bg_media.jpg") no-repeat;
}

#hauptmenu ul li.community ul {
	position: absolute;
	top: 27px;
	left: 15px;
	width: 585px;
	height:26px;
	background: transparent url("images/submenu_bg.jpg") no-repeat;
}

#hauptmenu ul li.shop ul {
	position: absolute;
	top: 27px;
	left: 15px;
	width: 585px;
	height:26px;
	background: transparent url("images/submenu_bg.jpg") no-repeat;
}

#hauptmenu ul li.contact ul {
	position: absolute;
	top: 27px;
	left: 15px;
	width: 585px;
	height:26px;
	background: transparent url("images/submenu_bg.jpg") no-repeat;
}


/** MOVIE MENÜ **/

.movienav li {
	display: inline;
}


/** SITEMAP **/

.mod_sitemap ul {
	margin-left: 25px;
}
.mod_sitemap li {
	margin-bottom: 4px;
	list-style-type: circle;
}
.mod_sitemap .first {
	margin-top: 4px;
}
.mod_sitemap .level_1 {
	font-size: 15px;
	font-weight: bold;
}
.mod_sitemap .level_2 {
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
}
.mod_sitemap .level_3 {
	margin-left: 15px;
	font-size: 10px;
	font-weight: normal;
}


/*** ALLGEMEINE DIVS UND CLASSES ***/

#main .ce_text {
	margin-bottom: 25px;
	line-height: 16px;
}
.clear {
	both: clear;
}
#main .error {
	color: #FF0000;
}
.back {
	text-align: right;
	margin: 10px 0;
	padding: 7px 17px 0 0;
	height: 24px;
	background: url(images/back.jpg) right no-repeat;
}
.more {
	text-align: right;
	margin: 10px 0;
	padding: 7px 0 0 ;
	height: 24px;
	background: url(images/more.jpg) right no-repeat;
}
.download_setcard {
	text-align:right;
	margin-bottom: 20px;
}

.client img {
	margin: 0 10px 10px 0;
}

#main p {
	margin-bottom: 10px;
}


/** PAGINIERUNG **/

.pagination {
	text-align: center;
	margin-top: 10px;
	border-top: 1px dotted #737373;
	padding-top: 5px;
}
.pagination  li {
	display: inline;
}


/*** LOGIN ***/
/*
.mod_login {
	position: absolute;
	z-index: 9999;
	margin: 49px 0 0 650px;
}
.mod_login .text {
	background-color: #737373;
	border: 1px solid #353535;
}
.mod_login .submit {
	border: none;
	background-color: transparent;
	color: #de0000;
	cursor: pointer;
}
*/


/*** NEWS ***/

#main .mod_newslist > .layout_short .info,
#main .mod_newsreader > .layout_full .info,
#main .mod_gallerylist > .layout_short .info,
#main .mod_galleryviewer > .layout_fullsize .info_date,
#main .mod_eventreader .info_date {
	background: url(images/news_date_bg.jpg) right no-repeat;
	height: 23px;
	width: 100%;
	font-size: 9px;
	margin-bottom: 10px;
}

#main .mod_newslist .info .inside,
#main .mod_newsreader .info .inside,
#main .mod_gallerylist .info .inside,
#main .mod_galleryviewer .info_date .inside,
#main .mod_eventreader > .event .info_date .inside {
	margin: 0 0 0 10px;
	padding-top: 5px;
	width: 380px;
	float: left;
}

#main .mod_newslist h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

#main .mod_newslist .ce_text p {
	margin-bottom: 10px;
}

#main .mod_newslist .image_container,
#main .mod_newsreader .image_container {
	margin: 0 10px 5px 0;
}

#main .mod_newslist .more {
	margin-bottom: 5px;
}

#main .mod_newslist .commentcount {
	text-align: right;
	color: #888;
	margin: 5px 10px 0 0;
}


/** KOMMENTARE **/

.ce_comments h1 {
	background: url(images/news_date_bg.jpg) right no-repeat;
	height: 23px;
	width: 100%;
	font-size: 9px;
	margin: 0 0 10px 0;
	padding: 0;
}
.ce_comments h1 .inside {
	margin: 10px 0 0 10px;
	padding-top: 5px;
}
.ce_comments .info {
	background-color: #e5e5e5;
	padding: 3px;
	border: solid #737373;
	border-width: 1px 1px 0 1px;
}
.ce_comments .comment {
	padding: 3px;
	border: solid #737373;
	margin-bottom: 15px;
	border-width: 0px 1px 1px 1px;
	color: #737373;
}
.ce_comments input.text, .ce_comments input.captcha {
	height: 14px;
	background: #e5e5e5;
	border: 1px solid #737373;
	padding: 2px;
	font-size: 11px;
	margin: 0px 5px 4px 0px;
}
.ce_comments .textarea {
	background: #e5e5e5;
	border: 1px solid #737373;
	padding: 2px;
	margin: 0px 5px 4px 0px;
	width: 99%;
}
.ce_comments .submit {
	padding: 3px;
	border: 1px solid #737373;
}


/*** SOCIAL NETWORK BOX ***/

#social_network_box {
	background: url(images/social_network_box.jpg) top left no-repeat;
	width: 340px;
	height: 156px;
}
#social_network_box .inside {
	padding: 48px 0 0 25px;
}


/*** UPCOMING EVENTS BOX ***/

#right .mod_upcoming_events {
	background: url(images/upcoming_events_box.jpg) top left no-repeat;
	width: 315px;
	/*height: 93px;*/
	padding: 56px 0 0 25px;
	color: #6f6f6f;
	font-size: 10px;
}
#right .mod_upcoming_events .event {
	margin-bottom: 3px;
}
#right .mod_upcoming_events a {
	color: #FFFFFF;
}
#right .mod_upcoming_events a:hover {
	color: #6f6f6f;
}
#right .mod_upcoming_events .last, #right .mod_upcoming_events .empty {
	padding-bottom: 8px;
}


/*** SPONSOREN BOX ***/

#right .mod_randomImage {
	background: url(images/sponsoren_box.jpg) top left no-repeat;
	width: 315px;
	height: 106px;
	padding: 52px 0 0 25px;
}
#right .mod_randomImage .image_container {
	text-align: center;
	margin-right: 45px;
}


/*** SUCHE ***/

#header #schnellsuche {
	z-index: 9998;
	margin-left: 302px;
	margin-top: 75px;
	position: absolute;
}
#header #schnellsuche .text {
	font-size: 12px;
	padding: 2px;
}
#header #schnellsuche .submit {
	height: 19px;
	cursor: pointer;
}


/*** CONTENT ***/

/** TEAM **/

.team_list img {
	padding: 0;
	margin: 0;
	border: 0;
}

/** PARTNER **/

#main #partner table td {
	vertical-align: top;
}
#main #partner .info {
	background: url(images/news_date_bg.jpg) right no-repeat;
	height: 23px;
	width: 100%;
	margin: 0 0 10px 0;
}
#main #partner .info h2 {
	padding: 3px 0 0 7px;
	font-size: 9px;
	color: #000000;
}


/*** TABELLEN ***/

#main .ce_table table {
	margin-bottom: 20px;
	padding: 2px;
	width: 100%;
}
#main .ce_table table td {
	padding: 5px;
}
#main .ce_table table .even {
	background-color: #e5e5e5;
}
#main .ce_table table .odd {

}


/*** GALERIEN ***/

.mod_gallerylist .layout_short {
	margin-bottom: 20px;
}
.mod_gallerylist .image_gallery img, .mod_galleryviewer .image_gallery img {
	background-color: #e5e5e5;
	margin: 0 8px 8px 0;
	padding: 4px;
}
.mod_gallerylist .image_gallery col_last img, .mod_galleryviewer .image_gallery .col_last img {
	margin: 0 0 8px 0;
}
.mod_gallerylist h1, .mod_galleryviewer h1 {
	margin-bottom: 0px;
}
.mod_gallerylist td.col_first {
	vertical-align: top;
}
.mod_gallerylist .description, .mod_gallerylist .total, .mod_gallerylist .location, .mod_gallerylist .photographer,
.mod_galleryviewer .description, .mod_galleryviewer .total, .mod_galleryviewer .location, .mod_galleryviewer .photographer {
	margin-bottom: 8px;
}
.mod_galleryviewer .description {
	margin-bottom: 15px;
}


/*** FORMULARE ***/

#main #contact label, #main #contact input, #main #contact textarea, #main #contact select  {
	float: left;
}
#main #contact legend  {
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	background: #FFF;
	padding: 2px 5px;
	border: 1px solid #db002f;
	-moz-border-radius: 2px;
}
#main #contact fieldset {
	border: 1px solid #999;
	margin-bottom: 10px;
	background: #FFFFFF;
	padding: 10px;
	-moz-border-radius: 2px;
	background-color: #e5e5e5;
}
#main #contact input, #main #contact textarea, #main #contact select {
	background: #FFF;
	font-family: arial, verdana;
	padding: 2px;
	border: 1px solid #ebebeb;
	font-size: 1.0em;
	margin: 3px 5px 0px 0px;
}
#main #contact label {
	clear: left;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
#main #contact .formbody .col_first {
	width: 110px;
}
#main #contact .captcha_text  {
	float:left; color: #999;
	margin: 5px 5px 0px 2px;
	padding: 0;
}
#main #contact select:active, #main #contact select:focus, #main #contact textarea:active, #main #contact textarea:focus, #main #contact input:active, #main #contact input:focus {
	background: #FFF;
	border: 1px solid #db002f;
}
#main #contact .field {
	float: left;
	text-align: left;
}
#main #contact .error {
	color: red;
	padding-top: 5px;
	font-size: 11px;
}
#main #contact .submit_container {
	text-align: right;
}
#main #contact .submit {
	background: #FFF;
	padding: 2px 5px;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	cursor: pointer;
}
#main #contact .submit:hover {
	background: #ebebeb;
	padding: 2px 5px;
	border: 1px solid #999;
	-moz-border-radius: 2px;
}


/*** LISTEN ***/

#main .ce_text ul, #main .ce_text ol {
	margin: 8px 0 8px 25px;
}
#main .ce_text ul li, #main .ce_text ol li {
	padding: 2px 0;
	list-style-type: dot;
	list-style-position: outside;
}


/*** ADDTHIS.com ***/

.addthis {
	float: right;
	margin: 0;
}


/*** Feed ***/

#feedicon {
	position: absolute;
	z-index: 4000;
	margin: 34px 0 0 933px;
}