/* Stylesheets für Gexsi.org */

/* ==================
    1. GENERAL STYLES
===================== */
* {
		 padding: 0;
		 margin: 0;
}

body {
         color: #111111;
         background-color: #FCFCFD;
         font-family: Arial, Hevetica, Geneva, Verdana, sans-serif;
         font-size: 12px;
         line-height: 1.2em;
		 font-weight: normal;
         scrollbar-base-color: #FFFFFF;
		 scrollbar-track-color: #FFFFFF;
		 scrollbar-arrow-color: C#5C5C5;
		 scrollbar-darkshadow-color: #C5C5C5;
		 scrollbar-face-color: #FFFFFF;
		 scrollbar-highlight-color: #FFFFFF;
		 scrollbar-shadow-color: #7E7E7E;
		 scrollbar-3dlight-color: #C5C5C5;
}

/*.klein {  
		font-family: Arial, Hevetica, Geneva, Verdana, sans-serif;
		font-size: 11px; 
		font-weight: normal; 
		color: #0066aa; 
}

.gruen {  
		font-family: Arial, Hevetica, Geneva, Verdana, sans-serif;
		font-size: 12px; 
		font-weight: normal; 
		color: #669900;
}

.gruenklein {  
		font-family: Arial, Hevetica, Geneva, Verdana, sans-serif;
		font-size: 11px; 
		color: #669900;
}

*/

p {

}

td {     font-family: Arial, Hevetica, Geneva, Verdana, sans-serif;
         font-size: 12px;
}

tr {
}

h1 {	
		 font-size: 200%;
}

h2 {
		 font-size: 170%;
}

h3 {
		 font-size: 150%;
}

h4 {
		 font-size: 120%;
}
h5 {
		 font-size: 120%;
         font-weight: bold;
}
h5 {
		 font-size: 90%;
         font-weight: normal;
}



a {
         text-decoration: none;
         outline: none;
  		 font-style: bold;
         font-size: 12px;
         color: #999999;

}

a:link {
		 text-decoration: none;
         outline: none;
         color: #999999;

}
a:visited {
		 text-decoration: none;
         outline: none;
         color: #999999;
}

a:hover, a:focus {
		 text-decoration: underline;
         outline: none;
         color: #333333;
}

a:active {
		 text-decoration: none;
         outline: none;
         color: #999999;
}

img {
	border: 0px;
}




/* ================
    2. DIVs
=================== */


/* ================
    2.1 WRAPPER
=================== */
#wrapper {
	 	 color: #111111;
         background-color: #FCFCFD;
         width: 1024px;
         height: 100%;
         margin-top: 0;
         margin-left: auto;
         margin-bottom: 0;
         margin-right: auto;
         text-align: center;
}

/* ================
    2.2 HEADER
=================== */

#header-box {
         height: 114px;
         width: 917px;
		 background-color: #FCFCFD;
		 margin-top: 0;
         margin-left: auto;
         margin-bottom: 0;
         margin-right: auto;
         text-align: center;
}


#header-pic {
		 width: 917px;
         height: 36px;
         left: 0px;
         top: 53px;
		 position: relative;
}

/* ============================================================
    2.3.1 WRAP AROUND THE CONTENT (NAVI/ CONTENT/ FOOTER)
=============================================================== */

#content-wrapper {
	 	 width: 917px;
		 background-color: #FCFCFD;
         height: 100%;
         margin-top: 0;
         margin-left: auto;
         margin-bottom: 0;
         margin-right: auto;
         text-align: center;
}

/* ============================================================
    2.3.2 WRAP AROUND THE CONTENT (NAVI/ CONTENT)
=============================================================== */
#content-box {
	 	 width: 917px;
		 min-height: 555px;
		 background-color: #FCFCFD;
		 text-align: left;
		 padding: 0;
		 margin: 0;
		 position: relative;
}


/* ================
    2.4 NAVIGATION
=================== */

#navi{
	     width: 210px;
         height: auto;
         background-color: #FCFCFD;
	     left: 0px;
         top: 0px;
         position: absolute;
         text-align: left;
         padding-top: 0px;
         padding-left: 0px;         
		 line-height: 1.8em;
         font-size: 100%;
         font-style: bold;
         color: #0066AA;
         }

/* Textstyles for Navigation */

#navi a, a:link, a:visited, {
		 text-decoration: none;
         outline: none;
		 font-size: 100%;
         color: #0066AA;
}

#navi a:hover, a:focus, a:active {
		 text-decoration: none;
         outline: none;
		 font-size: 100%;
         color: #0066AA;
}		 

#navi li {
	list-style-type: none;
}

#navi td {
	font-size: 100%;
}


/* ================
    2.5 CONTENT
=================== */

#content {
	width: 650px;
	height: auto;
    background-color: #FCFCFD;
    left: 226px;
	top: -6px;
	position: relative;
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Textstyles for Content */
#content a, a:link, a:visited {
	     text-decoration: none;
         outline: none;
         font-style: normal;
         font-size: 100%;
         color: #999999;
         font-weight: bold;
}

#content a:hover, a:focus, a:active {
	     text-decoration: none;
         outline: none;
         font-style: normal;
         font-size: 100%;
         color: #333333;
		 font-weight: bold;
}

#content ul {
		margin-left: 10px;
}

#content li {
	align: left;
	/*margin-left: 20px;
	margin-right: 6px;*/
	list-style-image: url(images/pix_dunkelblau.gif);
	valign: middle;
	margin: 10px;
	list-style-position: outside;
}


/* ================
    2.6 FOOTER
=================== */

#footer {
	width: 917px;
	height: 40px;
	background-color: #FCFCFD;
	margin-bottom: 2px;
	line-height: 1.5em;
	text-align: middle;
	font-size: 80%;
	font-style: normal;
	color: #999999;
	left: 530px;
	top: 377px;


}

/* Textstyles for News */
#footer a, a:link, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
         outline: none;
         font-style: normal;
         font-size: 90%;
         color: #999999;
         font-weight: normal;
}
