/*******************************************************
Chocolatey Brown - Style.css - By Kalyan Chakravarthy
*******************************************************/

body {
	margin:0em;
	padding:0;
	height:100%;
	background-color: #663300;
	color:#ccff99/*#CDF27C*/;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(../img/mpbg.gif);
	background-repeat: repeat;
}

/*	THE MID-COL DIVISION AND RELATED STYLES	- THESE STYLES ARE USED TO HANDLE THE SHADOW EFFECT OF THE TEMPLATE	*/
#mid-col {
	margin:0 auto;
	padding:28px;
	padding-top:17px;
	padding-bottom:17px;
	width:900px;/*38em;*/
	text-align:left;
	vertical-align: middle;
	background-image: url(../img/pbg.gif);
	background-repeat: repeat-y;
}

#mid-col h2 {
	margin:0 0px 0px 0;
	padding:5px 0px 3px 0;
	font-size:20px;
	color:#ffcc33;
	font-weight:300;
}

/*	THE HEADER BAR CLASSES		*/
#header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:900px;
	height:200px;
	background-image: url(../img/fbg_blank.gif);
}

#header h1 {
	margin:0 0 -.6em 0;
	padding:1em 0 0 1em;
	font-size:3.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}

#header h2 {
	margin:1em 0 0 1.5em;
	padding:1em 0 0 1.75em;
	font-size:1.0em;
	font-weight:lighter;
	letter-spacing:0.08em;
}

#header h3 {
	margin:1em 0 0 1.5em;
	padding:1em 0 0 1.75em;
	font-size:0.7em;
	font-weight:lighter;
	letter-spacing:0.08em;
}

.seitenueberschrift { height:162px; }

/*	THE FLOATING COLUMN OR THE RIGHT SIDE BAR - RELATED STYLES		*/
#float-col {
	position:relative;
	float:right;
	margin:.5em 0 0 .5em;
	padding:0 .7em .25em .7em;
	width:218px;
	font-size:0.9em;
	border:1px solid #999999;
	background-image: url(../img/side_bg.gif);
	background-repeat: repeat;
	left: -15px;
}

#float-col h2 {
	color:#ff9900;
}

#float-col ul {
	margin:0em 0 0 0em;
	padding:0;
	list-style:none;
}

#float-col li {
	margin:0 0 .2em 1em;
}

#float-col li a {
	text-decoration:underline;
}

#float-col a {
	color:#0099cc;
}

#float-col a:hover {
	color:#cc9933;
	text-decoration:none;
}

/*	THE FOOTER RELATED DIVISIONS AND CLASSES	*/
#footer {
	margin:2.5em 0 0 0;
	padding:0px;
	text-align:center;
	font-size:.8em;
	vertical-align:middle;
	background-image: url(../img/fo_bg.gif);
	background-repeat: repeat-x;
}

#footer, .fusszeileoben, .fusszeileunten { width:900px; overflow:hidden; }
/* 	FTOP AND FBOT ARE USED TO HANDLE THE CURVY CORNERS OF THE FOOTER PART	*/
.fusszeileoben {
	height:8px;
	background-image: url(../img/fo_tm.gif);
}
.fusszeileunten {
	height:7px;
	background-image: url(../img/fo_bm.gif);
}

/*	THE CONTENT DIVISION	*/
#content {
	display:block;
	width:900px;
	border:0px solid red;
	margin-top:25px;
}

/* SOME ( LOTS ) OF DESIGN RELATED CLASSES */

/* THE CONTENT TOP AND BOTTOM CURVY STYLES  */
.ct, .cb, .cbody { margin:0px; padding:0px; }
.ct {
	height:30px;
	width:900px;
	clear:none;
	overflow:hidden;
	text-indent:18px;
	background-image: url(../img/breadbar.gif);
}
.cb {
	display:block;
	height:30px;
	width:900px;
	overflow:hidden;
	background-image: url(../img/co_bot.gif);
}
.cbody {
	width:900px;
	padding:5px;
	display:block;
	overflow:hidden;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-y;
}

/* THE BREADBAR LINK STYLES */
.ct a
{
	font-size:10px;
	vertical-align:middle;
	line-height:30px;
	color:#ff6633;
}

.spl_link { color:#FFFFFF; }

/* 		THE TOP NAVIGATION BAR STYLE CLASSES		*/
.menuezeile {
	text-align:left;
	font:15px Arial, Helvetica, sans-serif;
	padding:8px;
	padding-top:9px;
	padding-left:50px;
	height:16px;
}
.menuezeile a {
	font:15px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
	padding-bottom:9px;
	text-decoration:none;
}

.menuezeile a:hover {
	color:#FF9900;
}
/* THE ACTIVE PAGE EFFECT IN THE TOP NAVIGATION BAR  */
a.current {
	color:#0066FF;
	background-image: url(../img/alink_bg.gif);
	background-repeat: repeat-x;
}

/*	AN SEO CLASS - IS USED TO ENHANCE THE KEYWORD OPTIMIZATION */
.seo { position:absolute; left:-100px; top:-100px; right:0; }

/*	SOME GENERAL PURPOSE CLASSES	*/
.noul { text-decoration:none; }
.bbg { background:#666666 }
.fleft { float:left; clear:left; }
.fright { float:right; }

/*  THIS CLASS HANDLES THE LINKS WITH SOME DISCRIPTION - LIKE  THE LINKS IN THE SIDEBAR OF THE TEMPLATE */
.links-with-desc { color:#FFFFFF; font-size:12px; }
.links-with-desc li { padding-bottom:6px; }
.links-with-desc a { color:#66FFFF; font-size:15px; font-weight:lighter; text-decoration:none; }
.links-with-desc a:hover { color:#cc9933; }

#float-col .links-with-desc a:hover { color:#cc9933; }
#float-col .links-with-desc a { color:#66FFFF;  text-decoration:none; }


/* TAGS STYLES */
div { border:0px solid red; } /* debuggin the layout divs */
p { margin-top:3px; margin-bottom:7px; margin-left:5px; padding:0; }

a { color:#FF9966; }
a:hover {  color:#FFCC99; text-decoration:underline }


img{
	padding:2px;
	margin:3px;
	border:0px solid #6F7850;
	display:block;
}

blockquote {
	margin:30px auto 30px auto;
	background: #1D1913 url(../img/blockquote.gif) no-repeat center bottom;
	font-size: 1.1em;
	font-style: italic;
	width: 550px;
	color: #99FFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

blockquote p {
	margin:10px;
	padding: 10px;
}

.warning {
	height:auto;
	margin: 20px auto 20px auto;
	width: 550px;
	background: #FFCC00 url(../img/warning_top.gif) no-repeat;
	padding-top: 50px;
	border-style: groove;
	border-width: 12px;
}
.warning p {
	color: #000000;
	font-weight: bolder;
	text-align: center;
}



/* IMAGE ALIGNMENT CLASSES */
.img-left{
	float:left;
	clear:left;
	margin-left:0;
}

.img-right{
	float:right;
	margin-right:0;
}

/* TEXT HIGHLIGHTING CLASS */
.hl { color:#FFCC33; }

.wichtig {
	font-weight: bold;
	color: #FFCC33;
}

#float-col-navigation {
	position:relative;
	float:left;
	margin:.5em 0 0 .5em;
	padding:0 .7em .25em .7em;
	width:160px;
	font-size:0.9em;
	border:1px solid #999999;
	background-image: url(../img/side_bg.gif);
	background-repeat: repeat;
}
#float-col-right {
	position:relative;
	float:right;
	width:675px;
	font-size:1.2em;
	border:1px solid #999999;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	height: auto;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.5em;
	padding-top: 0px;
	padding-right: 0.7em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	left: -15px;
}
table {
	width: 100%;
	border: 1px solid #666;
	padding: 0;
	margin-top: 20px;
}
th {
	border: 1px solid #aaa;
	padding: 0;
	color: #000;
	background-color: #ccff99;
	text-align: center;
	font-weight: bold;
}
td {
	border: 1px solid #aaa;
	padding: 00;
	text-align: left;
	vertical-align: top;
	margin: 5px;
}
td img {
	margin: auto;
	padding: 5px;
}

#rightcontent {

	display:block;
	width:888px;
	border:0px solid red;
	margin-top:25px;
}
li {
margin-top:3px; margin-bottom:7px; margin-left:5px; padding:0;
}
#float-col-index {
	position:relative;
	float:left;
	margin:.5em 0 0 .5em;
	padding:0 .7em .25em .7em;
	width:600px;
	font-size:1.4em;
	border:1px solid #999999;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
#float-col-index h2 {
	font-weight: bolder;
	color: #ccff99;
}
#float-col-index h1 {
	color: #FFCC33;
	font-weight: bolder;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
#float-col-chronik {

	position:relative;
	float:left;
	margin:.5em 0 0 .5em;
	padding:0 .7em .25em .7em;
	width:850px;
	font-size:1.1em;
	border:1px solid #999999;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
#float-col-chronik h2 {
	color:#ffcc33;
	text-align: center;
	padding-top: 20px;
}
