/* ----------  Weiter Stylesheets laden ---------- */
@import url(style.navi.css);
@import url(style.shop.css);
@import url(style.forum.css);
* {
	margin : 0;
	padding : 0;
}
body {
	background:#6b6b6b url(../img/page/background.gif) repeat-x;
	padding:0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 95%
}
#body_norm {
	width:950px;
	min-width : 950px;
}
#body_blanc {
	background:#fff;
	padding:0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 95%;
}
#header {
	font-size:95%;
	background: url(../img/page/header.gif);
	height:347px;
	text-align:center;
	margin: 0px 0px 0px 0px
}
#logo {
	float:left;
	margin-top:52px;
	margin-left:20px;
}
#search {
	color:#000;
	float:right;
	width:228px;
	height:46px;
	margin-top:65px;
	margin-right:5px;
}
#search .input_fields {
	background: #fff;
	border:1px solid #fff
}
#search .button {
	color:#000;
	background: #fff;
	border:1px solid #fff
}
#page {
}
h1, h2, h3, div {
	font-family: arial, verdana, Georgia, Verdana, Arial, Sans-Serif;
}
h1 {
	font-size:140%
}
h2 {
	font-size:120%
}
h3 {
	font-size:115%
}
div, p, td, select, input {
	font-size:12px;
	color:#000
}
p {
	margin-top:5px;
	margin-bottom:5px
}
small {
	font-size:95%;
}
select, input {
	font-size:95%
}
/*  ----------------------------------------- Links ------------------------------------------ */
a, a:link, a:visited {
	color:#0066cc;
	text-decoration:none;
}d
a:hover {
	color: #0066cc;
	text-decoration: underline
}
h1 a, h2 a, h3 a {
	color:#0066cc;
	text-decoration:none
}
h2 a:hover, h2 a:hover, h3 a:hover {
	color: #0066cc;
	text-decoration: none;
}
/* ------------------------------------- Seiten-Container (Inhalt komplett unter Kopf)  ------------------------------------- */
#main {
	background: #fff url(../img/page/main_background.gif);
	text-align:left;
	padding: 10px 20px 20px 20px;
}
/* ------------------------------------- Inhalt-Container (Inhalt)  ------------------------------------- */
#content {
	text-align:left;
	padding:0px;
	padding-top:10px;
	min-height:350px;
}
/* ------------------------------------- Inhalt normale Seiten ------------------------------------- */
#right {
	float:left;
	width:670px;
	margin-right:0px;
	margin-left:20px;
	padding:10px;
}
/* ------------------------------------- Spalte links ------------------------------------- */
#left {
	background:#fff url(../img/page/navi_background.gif) repeat-x;
	float:left;
	width:200px;
}
#left ul, #shop_right ul {
	margin: 0;
	margin-left: 0px;
	padding: 0;
}
#left li {
	font-size:95%;
	list-style: none;/* IMAGE */
}
#left li, #shop_right li {
	font-size:95%;
	list-style: none;/* IMAGE */
}
div #content, div #right {
}
.navigation_box {
	color:#fff;
	font-weight:bold;
	background:#006bb3 url(../img/page/boxnavis.gif) right no-repeat;
	line-height:2.5em;
	height:30px;
	padding-left:10px;
	margin-top:10px;
	cursor:pointer
}
.navigation_box:hover {
	color:#fff;
	background:#006bb3 url(../img/page/boxnavis_hover.gif) right no-repeat;
}
.navigation_box h3 {
	font-size:90%
}
.navigation_boxcontent {
	padding:10px;
	background: url(../img/page/naviboxes_background.gif) repeat-x;
}
a.links_boxes:link, a.links_boxes:visited {
	color:#0066cc;
	padding-left:15px;
	margin-left:8px;
	background:url(../img/page/boxes_more.gif) 0px 4px no-repeat;
}
/* ------------------------------------- Allgememein ------------------------------------- */
 select {
	background:#fff;
	padding:3px;
	border:0px;
	margin:1px
}
.input_fields, .inputfield, select {
	background:#fff;
	padding:3px;
	border:0px;
	border:1px solid #0066cc
}
.input_fields:hover, select:hover {
	color:#fff;
	background:#0066cc
}
.button {
	background: #0066cc;
	border:1px solid #0066cc;
	margin:1px;
	padding:3px;
	color:#fff;
	cursor:pointer
}
.box_outerhead {
	padding:5px;
	margin-bottom:15px;
	background:#fff;
	border-bottom:1px dotted #0066cc
}
/* Erste und zweite wechselnde Zeilenfarbe Neue Cheats, Produkte, Kommentare usw.) */
.row_first {
	padding:4px;
	background:#fdfdfd;
	border-bottom:1px dotted #d0d0d0
}
.row_second {
	padding:4px;
	background:#fdfdfd;
	border-bottom:1px dotted #d0d0d0
}
/* ------------------------------------- Allgememein Ende ------------------------------------- */


/* PN */
.toggletr {
	background:#6699cc;
	color:#6b6b6b;
	border-bottom:1px solid #c0c0c0;
	font-style:normal;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}
.box_innerhead {
	background:#6699cc;
	color:#fff;
	border-bottom:1px solid #c0c0c0;
	font-style:normal;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}
.box_inner_body {
	background:#fff;
	padding:2px;
	border:0px solid #006bb3
}
/* ------------------------------------- News ------------------------------------- */
.newsticker_header {
	background:#6699cc;
	color:#fff;
	text-align:right;
	font-style:normal;
	font-weight:bold;
	padding:5px;
	margin-bottom:15px;
}
.news_content {
	background:#fff;
}
.news_footer {
	padding:3px;
	text-align:center;
	background:#fff;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:10px;
	margin-top:5px;
	font-size:98%
}
.news_footer a:link, .news_footer a:visited {
}
/* ------------------------------------- News Ende ------------------------------------- */

#right .boxes {
	background: url(images/boxes_r.gif) no-repeat;
	width:224px;
	min-height:100px;
	padding-top:18px;
	padding-left:15px;
}
#right .boxes {
	margin:0px;
	list-style: none;
	margin-bottom:20px
}
#right li .catlinks {
	font-size:195%;
	margin-left:10px;
	list-style: none;/* IMAGE */
}
#right .boxes h3 {
	margin-bottom:17px;
}
/* OBERE NAVI */
#header_nav {
	width:100%;
	position:relative;
	margin-top:-10px;
	margin-bottom:0px;
	overflow: hidden;
	float: left;
	display: inline;
	background: #006bb3 url(../img/page/headernav_bg.gif) 0px 24px repeat-x;
	padding-bottom:25px;
	text-align:center
}
#header_nav ul {
	border-left: 0px #ccc solid;
	border-right: 0px #fff solid;
	display: inline;
	float: left;
	margin:auto;
	padding: 0;
}
#header_nav ul li {
	border-left: 0px #fff solid;
	border-right: 2px #fff solid;
	display: inline;
	float: left;
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header_nav ul li a, #header_nav ul li strong {
	color:#fff;
	background: #0066cc;
	display: block;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em;
	text-decoration: none;
	width: auto;
	border:1px solid #fff;
	border-left:0px;
	border-top:0px;
	border-bottom:0px
}
#header_nav .active, #header_nav ul li a:focus, #header_nav ul li a:hover, #header_nav ul li a:active {
	background: #006bb3;
	color: #fff;
	text-decoration: none;
}

.title_big, .time_ticker {
	font-size:140%;
	font-weight:bold
}
.infostretch {
	border-bottom:1px dotted #0066cc
}
.absmiddle {
	vertical-align:middle
}
/*  ----------------------------------------- Datum links Beitraege Ende ------------------------------------------ */
.gallery_box {
	padding:2px;
	margin:2px;
	border:1px solid #c0c0c0;
	font-size:10px;
}
.gallery_nextthumb {
	float:left;
	width:10%;
	padding:2px;
	text-align:center
}
.gallery_pic {
	border:1px solid #e5e5e5;
	text-align:center;
	padding:2px;
}
.gallery_moreimages_box {
	border:1px solid #e5e5e5;
	height:120px;
	overflow:auto;
	padding:5px
}
/* ----------------------------------------- Kalender Start ------------------------------------------ */
/* Kalender - Hintergrund */
.calendarBackground {
	background-color:#fff
}
/* Kalender - Rahmen */
.calendarBorder {
	background-color:#6699cc;
	padding:1px
}
/* Select - Felder */


/* Titel des Kalenderereignis */
.calendarEventTitle {
	font-size:18px;
	font-weight:bold
}
/* Alter eines Benutzers (Geburtstag) */
.calendarNorm {
	font-weight:normal;
	font-size:11px
}
/* Hintergrund Tage, die nicht zum Monat gehören + linke Spalte (Wochenansicht) 6699cc*/
.calendarBlanc {
	background-color:#6699cc
}
/* Tabellenkopf Tage (kleine + großer Kalender) */
.calendarHeader {
	font-size:11px;
	background-color:#6699cc;
	color:#6b6b6b;
	font-weight:bold;
	padding:2px;
	text-align:center
}
.calendarHeaderBig {
	background-color:#6699cc;
	color:#6b6b6b;
	font-weight:bold;
	padding:8px;
	text-align:center
}
/* Inaktive Kalendertage (kleine + großer Kalender) */
.calendar {
	font-size:11px;
	color:#6b6b6b;
	background-color:#f7f7f7;
	font-weight:normal;
	padding:3px
}
.calendarBig {
	color:#6b6b6b;
	height:90px;
	background-color:#f7f7f7;
	font-weight:normal;
	padding:3px
}
/* Kalendertage, die nicht zum aktuellen Monat gehören */
.calendarInactiveDay {
	color:#6b6b6b;
	font-style:italic;
	font-size:10px;
	padding:4px
}
/* Aktive Kalendertage heute (kleine + großer Kalender) */
.calendarToday {
	font-size:10px;
	background-color:#6b6b6b;
	color:#ffffff;
	font-weight:bold;
	padding:3px
}
.calendarTodayBig {
	height:90px;
	color:#0066cc;
	background-color:#6699cc;
	border:1px outset #6b6b6b;
	font-weight:bold;
	font-size:14px;
	padding:4px
}
/* Links Kalender - Ereignisse */
a.calendarEventLink:link, a.calendarEventLink:visited {
	text-decoration:underline;
	font-weight:normal;
	font-size:11px
}
a.calendarEventLink:hover {
	text-decoration:none;
	font-weight:normal;
	font-size:11px
}
/* Links für kleinen Kalender heutiger Tag */
a.calendarLinkSmall:link, a.calendarLinkSmall:visited {
	text-decoration:underline
}
a.calendarLinkSmall:hover {
	text-decoration:none
}
/* Kalender - Links (Datumlink) inaktiver Tage (nicht heute) */
a.calendarLink:link, a.calendarLink:visited {
	text-decoration:underline
}
a.calendarLink:hover {
	text-decoration:none
}
/* ----------------------------------------- Kalender Ende ------------------------------------------ */

.commentfield {
	background:#fff;
	padding:20px;
	border:1px solid #e5e5e5;
	margin-bottom:10px;
}
.highlight {
	margin:2px;
	font-weight:bold;
	background:#fffcd3
}
.clear {
	clear : both;
	width : 400px;
	height:0px;
	margin:0px;
	line-height:0em;
}
#foot {
	font-size:12px;
	text-align : center;
	height:85px;
	background : #F5F5F5 url(../img/page/footer.gif);
	clear : both;
}
#right li, #right ul, #shop_content ul, #shop_content li {
	margin-left:20px
}
html fieldset {
	padding:5px;
	position: relative;
	margin-top:1.2em;
	padding-top:.99em;
	border:1px solid #0066cc
}
html legend {
	position:absolute;
	top: -.8em;
	left: .5em;
	margin-top:0.2em;
	font-weight:bold
}
