/*
Site:		www.reichserzkanzler.de
Author:		Stefan Dumont
Created:	10.03.2009
Modified:	10.03.2009
Editor:		Stefan Dumont
Usage:		General stylesheet
*/

/* ############################## NORMALIZING ############################## */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h5,h6 {
	font-size: 100%;
}

ul,ol {
	list-style: none;
}

adress,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,td  {
	text-align: left;
}

fieldset, img {
	border-width: 0;
}

q:before, q:after {
	content: '';
}

/* ############################## BASICS ############################## */

/* LAYOUT CONTAINER */

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 101%; /* forces Geckoes to display vertical scrollbar */	
	padding: 0;
	margin: 0;
	text-align: center;	
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76.25%; /* ca. 11px */
}

div#container {
	position: relative;
	text-align: left;
	width: 900px;
	margin: 20px auto 20px auto;
	border: 1px gray solid;
	padding: 0;
	background-color: white;
}

a {
	text-decoration: none;
	color: #AB121D;
}

div#content a:hover {
	text-decoration: underline;
}

div#head {
	position: relative;
	height: 118px;
	width: 100%;
}

/* ################ ALTERNATE HEAD ###################### */

div#head {
	position: relative;
	height: 132px;
	width: 100%
}

div#head h1 {
	position: relative;
	height: 132px;
	width: 700px;
	margin: 0;
	background-image: url(../images/rea_headkrone.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
}


div#head h1 span {
	position: absolute;
	left: -4000px;
}

/* div#head div#jogu {
	position: absolute;
	top: 0;
	right: 0;
	width: 161px;
	height: 67px;
	background-image: url(../images/jogu_logo.jpg);
	background-repeat: no-repeat;
} */

div#head div#jogu {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	height: 150px;
	background-image: url(../images/headbg4.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


/* div#head div#jogu a {
	display: block;
	width: 100%;
	height: 100%;
} */

div#head div#jogu span {
	position: absolute;
	left: -5000px;
}

/* Topmenu */ 

div#topmenu {
	position: relative;
	height: 2.4em;
	border-top: 1px white solid;
}

div#topmenu ul {
	list-style-type: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #ab121d;
}

div#topmenu ul li {
	float: left;
	text-align: center;
}	

div#topmenu ul li a {
	display: block; 
	border-right: 1px white solid;
	padding: 0.4em 1.2em 0.4em 1.2em;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}	

div#topmenu ul li.active a,
div#topmenu ul li a:hover {
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x; 
	background-color: #DB9699;
}


/* Content */

div#content {
	position: relative;
	padding: 2em 3em 3em 3em;
}

div#content div#main {
	float: left;
	width: 510px;
	min-height: 450px;
	margin: 0 0 2em 0;
	overflow: hidden;
}

div#content div#right {
	position: relative;
	margin-left: 550px;
}


div#content div#right div#rightinner {
	overflow: hidden;
}

div#content div.csc-frame-frame1 {
	margin: 0 0 1em 0;
	border: 1px #ab121d solid;
	border-top: 5px #ab121d solid;
	padding: 1em;
	background-image: url(../images/box_background.jpg);
	background-repeat: repeat-x;
}

div#content div.csc-frame-frame2 {
	margin: 1em 0 1em 0;
	border-top: 5px #ab121d solid;
	border-bottom: 1px #ab121d solid;
	padding: 0.5em 0 0.5em 0;
	color: #ab121d;
}

div#content div.csc-frame-frame2 h2,
div#content div.csc-frame-frame2 h3 {
	color: #ab121d;	
}


div#content div#footer {
	clear: both;
}

div#content div#footer p,
div#content div#footer a {
	margin: 0;
	color: gray;
}

/* HEADER */

h1, h2, h3, h4, h5 {
	margin-bottom: 0.5em;
	padding-top: 0.2em;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.4em;
}

h1, h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4, h5 {
	font-size: 1.2em;
}

/* TEXT */

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
	font-size: 0.93em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

/* LISTS */

#content ul,
#content ol,
#content dl {
	margin: 0 3em 1em 3em;
	padding: 0;
	line-height: 1.5em;
	font-size: 0.93em;
}

#content ol {
	list-style: decimal;
}

#content ul {
	list-style: disc;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-left: 2em;
}

/* DEFINITION */

dfn {
	border-bottom: 1px #A40000 dotted;
	cursor: help;
	font-style: normal;
}

/* ####################### SPECIALS ############################ */

/* class for hiding elements */
.skip {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    width: 1px;
    height: 1px;
    margin: -2px 0 0 -2px;
    background: transparent;
}
