/*  ***************************************
afts.eu - Standard-Stylesheet
Datei: std.css
Media: screen, projection 

Datum: Mai 2011
Autor: Brains Werbeagentur GmbH
Mail:  michael.raith@brains-world.de
Web:   www.brains-world.de
                                   
1. Allgemeine Regeln                                  
2. Seitenaufbau 
   - Container
     - Content
	 - Footer
    
	 
Farben:
body background: #42A4CB
container background: #0177B5


*************************************** */

/**************************/
/** RESET                **/
/**************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

/**************************/
/** Allgemeine Regeln    **/
/**************************/

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }   

html, body {
	height: 100%;
}

body {	
	background: #42a4cb url(../img/layout/body_bg.jpg) top left no-repeat;
}

a, a:visited, a:hover, a:active  {
	text-decoration: none;	
}

a img {
	border: none;
}

/* remove firefox (active) link outline */  
a:focus { 
	outline: none;
}  

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**************************/
/** Seitenaufbau         **/
/**************************/

/* CONTAINER */

#container {
	position: relative;
	width: 920px;
	min-height: 100%;
	height: auto;
	margin: 0 auto;		
	background:#0177B5;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

a.logo {
	position: absolute;
	display: block;
	width: 160px;
	height: 60px;
	right: 63px;
	top: 45px;
}

/* imgContainer */

#imgContainer {
	width: 688px;
	height: 256px;
}

/* content */

#content {
	width: 610px;
	padding-left: 40px;
	padding-top: 15px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 40px;
}

#content h1 {
	font-size: 21px;
}

#content h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 16px;
}

#content ul {
	list-style-type: none;
	width: 320px;	
}

#content ul li {
	padding: 10px 0;
	border-bottom: 2px solid #fff;
}

#content p {
	line-height: 16px;
}

#content a,
#content a:visited,
#content a:hover,
#content a:active {
	color: #fff;
}

/* footer */

#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 206px;
	height: 34px;	
	background: url(../img/layout/button.gif) top left no-repeat;
}

#footer ul {
	list-style-type: none;
	float: right;
	padding-top: 12px;
	padding-right: 15px;
	font-size: 14px;
}

#footer ul li {
	display: inline;
	padding-left: 10px;
}


#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	float: right;
	right: 15px;
	position: relative;
	top: 12px;
	color: #0177B5;
	font-size: 14px;
}

#footer a.lang, #footer a.lang:visited, #footer a.lang:hover, #footer a.lang:active {	
	float: left;
	left: 85px;	
}


/* IE6  */
* html #footer a.lang,
* html #footer a.lang:visited,
* html  #footer a.lang:hover,
* html  #footer a.lang:active
 {
	top: 15px;
}

/* IE 7 */
* + html #footer a.lang  {
	top: 15px;
}