/*
Theme Name: GhaussyTheme
Theme URI: http://twoto.com
Description: GhaussyTheme for wordpress
Author: patrick decaix
Author URI: http://twoto.com
Version: 1.0
*/
* {
	font-family: Arial, Helvetica, sans-serif;
  	margin: 0;
	padding: 0;
}
body {
	/*text-align: center;*/
	height:100%;
}
a{
	color: red;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;

}

/*/////////////////////////////////////////////////////////*/
#leiste1 {
	background-color: #FFFFFF;
	height: 22px;
}
#leiste2{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: red;

	font-weight: bold;
	text-decoration:none;
	text-align: center;
	width: 710px;
	padding: 4px 0 0 0;
	
}

#team {
	margin: auto;
	
	font-family:arial, helvetica, sans-serif;
	margin-bottom:20px;
	color:#0097d9;
	width: 800px;
	height: 250px;
	text-align: center;
	position:relative;
}
#highlight {
	
	
	background-repeat:no-repeat;
	font-family:arial, helvetica, sans-serif;
	
	margin-left:50px;
	margin-bottom:20px;
	color:#0097d9;
	width: 680px;
	height: 750px;
	text-align: center;
	position:relative;
}


#content {

	width: 700px;
	padding-top: 200px;
	padding-left: 30px;
   
	overflow:hidden;	
}
#text{
	;
	float:left;
	width: 625px;
    text-align: left

}

#text li{
	font-family: Times New Roman, Times, serif;
	line-height:165%;

	color: #222222;
	margin: 25px 0px 0px 10px;
}

#text p{
	font-family: Times New Roman, Times, serif;
	line-height:165%;

	color: #222222;
	margin: 5px 0 0 0;
}
#text p a{
	color: #0097d9;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}


h2{
	font-family:Arial, Helvetica, sans-serif;
	color: red;
	font-style:italic;
	font-weight:bold;
	padding: 15px 0 0 0;
}


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

/*/////////////////////////////////////////////////////////*/
#footer {
	background: url(images/lauf.jpg);
	background-repeat: repeat;
	width:auto;
	height: 36px;
	text-align: center;

}

footer {
	
	position:fixed;
	
	bottom:0;
	margin-top: 50%;

	background: url(images/lauf2.jpg);
	background-repeat:repeat;
	width:100%;
	height: 50px;
	padding-top: 25px;
	text-align: center;
	color: #FFFFFF;

}