/**	RRC-Bötzingen (rrc-boetzingen.de) - template.css
 *	styles the template

 *	Author:	Roman Matthias Keil
 *	Copyright: Roman Matthias Keil
 *	Publisher: RRC-Bötzingen (rrc-boetzingen.de)
 
 *	$Id: template.css 419 2009-04-02 13:50:12Z rrcadmin $
 *	$HeadURL: http://svn.rm-keil.de/rrc-boetzingen/development/Release%20(version1.0)/httpdocs/stylesheets/template.css $
 *	$Date: 2009-04-02 15:50:12 +0200 (Thu, 02 Apr 2009) $
 *	$Author: rrcadmin $
 *	$Revision: 419 $

 *	TODO:
 */

/* ########## template styles ########## */
html {
    height: 100%;
    margin-bottom: 1px;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #565d6f url(../colorschemes/background/background.png) repeat-x left top;
}

div#head {
	min-width: 900px;
	height: 3ex;
	margin: 0;
	padding: 0;
	background-color: #000;		
}

div#page {
	width: 95%;
	min-width: 900px;
	max-width: 150ex;
	margin: 5ex auto 0;
	padding: 0;
	text-align:left;
	background-color: #ffffff;	
}

div#headline {
	height: 100px; 
	padding: 0ex;;
	margin: 0ex;
	background: #ac0000 url(../colorschemes/background/headline-shader.png) repeat-x left top; 
}

div#headline a, div#headline a:active, div#headline a:focus, div#headline a:hover, div#headline a:visited, div#headline a:link {
	display: block;
	height: 100px;
	width: 800px;
	padding: 0;
	margin: 0;
	border: none;
	background: url(../colorschemes/background/headline.png) no-repeat left top;
}

div#shader {
	clear: both;
	height: 45px;
	background: url(../colorschemes/background/shader-down.png) repeat-x left top; 
}

div#stripe {
	float:left;
	background: url(../colorschemes/background/shader-up.png) repeat-x left top;
	min-height: 45px;
	width: 20ex;
}

div#content {
	background: url(../colorschemes/background/shader-up.png) repeat-x left top; 
	margin: 0 0 0 20ex;
	padding: 5ex 3ex;
}

div#additionalcontent {
	margin: 0;
	padding: 1ex;
	overflow:hidden; 
	background-color: #121314;
}

div#additionalcontent div.additionalcontent {
	margin: 0;
	padding: 0;
	width: 33.333%;
	float: left;
}

div#footer {
	background: #121314 url(../colorschemes/background/footer.png) repeat-x left top;
	height: 5ex;
	padding: 0 2ex;
	margin: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.8em;
	line-height: 5ex;
	vertical-align: middle;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

div#footer div#version {
	float: right;
}

div#footer a {
	color: #fff;
}

/* ########## element styles ########## */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, Times, Serif; font-weight:normal; }

h1 {
	font-size: 1.8em;
	color: #667;
	letter-spacing: -.02em;
	margin: 0 0 3ex 0;
	padding: 0;
	border-bottom: 1px #667 solid;
}

h2 {
	font-size: 1.5em;
	color: #666;
	letter-spacing: -.02em;
	margin: 3ex 0 1ex 0;
	padding: 0;
	border-bottom: 1px #666 solid;	
}

h3 {
	font-size: 1.3em;
	color: #889;
	letter-spacing: -.02em;
	margin: 2ex 0 1ex 0;
	padding: 0;
}

h4 {
	font-size: 1.1em;
	color: #889;
	margin: 0 0 3ex 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
}

h5, h5 a {
	font-size: 1.2em;
	color: #fff;
	margin: 1ex;
	padding: 0;
	border-bottom: #a11 solid 1px;
}

h6, h6 a {
	font-size: 1.0em;
	color: #889;
	margin: 0;
	padding: 0 0 0 0;
}

p {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 0.8em;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 1ex 0;	
}

img {
	border: none;
}

button, input, textarea {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

textarea{
	width: 100%;
}