/*
Theme Name: IGMjugend Thema
Theme URI: http://www.IGMjugend-halle.de
Description: Erste Version des Theme für WordPress - created by Oli
Version: 1.0 final
Author: Oliver Stütz
Author URI: http://www.gamers-station.de
*/

@charset "utf-8";

/*Zeitweise Erweiterungen*/

/*######################*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
	padding: 0px;
	margin: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
        background-color: #f8f8f8;
}
h1 {
	font-size: 1.0em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
h4 {
	font-size: 0.7em;
        margin: 0px;
        padding: 0px;
}
a:link{
	color: #000000;
	text-decoration: underline;
	}
a:visited {
	color: #000000;
	text-decoration: underline;
	}
a:focus {
	color: #000000;
	text-decoration: none;
	background-color: #E3EDFD;
}
a:active{
	color: #000000;
	text-decoration: none;
	background-color: #E3EDFD;
} 
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E3EDFD;
}
#header {
	width: 800px;
	background-image: url(images/page_header.png);
	height: 150px;
	background-repeat: no-repeat;
	margin-left: 10%;
	position: relative;
	}
#header #ie6warnung {
	position: absolute;
	left: 30%;
	height: 75px;
	width: 200px;
	top: 50px;
	background-color: #F4F1E1;
	border: 1px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 2px;
}
#header #urls {
	font-size: 0.6em;
	font-weight: bold;
	position: absolute;
        color: #000000;
	top: 24px;
	left: 37%;
	right: 0px;
	bottom: 0px;
}
#header form {
	padding-top: 2px;
	padding-bottom: 2px;
	position: absolute;
	left: 60%;
	top: 45px;
	font-size: 9px;
	width: 150px;
	vertical-align: bottom;
}
#header #s {
	width: 75px;
	height: 14px;
	border: 1px solid #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #F0E1E1;
}
#header input {
	font-size: 1.1em;
	background-color: #F59494;
	border: 1px solid #993300;
	height: 14px;
}
#menu {
	background-image: url(images/page_indexsingle.png);
	background-repeat: repeat-y;
	width: 800px;
	background-position: 0px 62px;
	margin-left: 10%;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu ul {
	background-color: #FF2E2E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d4d4d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	list-style-type: none;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 59px;
	margin-left: 35px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 20%;
}
#menu li {
	display: inline;
	font-family: sans-serif, Arial;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#menu a:link{
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
}
#menu a:focus {
	text-decoration: none;
	background-color: #FF5555;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D28A8A;
	border-right-color: #D28A8A;
	border-left-color: #D28A8A;
	color: #F0F0F0;
}
#menu a:active{
	text-decoration: none;
	background-color: #FF5555;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D28A8A;
	border-right-color: #D28A8A;
	border-left-color: #D28A8A;
	color: #F0F0F0;
}
#menu a:hover {
	text-decoration: none;
	background-color: #FF5555;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D28A8A;
	border-right-color: #D28A8A;
	border-left-color: #D28A8A;
	color: #F0F0F0;
}
#page {
	background-image: url(images/page_indexsingle.png);
	background-repeat: repeat-y;
	width: 800px;
	margin-left: 10%;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#page #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	width: 513px;
        font-size: 0.8em;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
	float: left;
}
/*Form für die Beitragsübersicht (Aktuell)*/
#page #content .beitragaktuell {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding: 10px;
	margin: 0px;
}
/*---*/
#page #content .beitragaktuell input {
	width: 100px;
	font-size: 0.9em;
}
/*Form für einen einzeln aufgerufenen Beitrag*/
#page #content .post {
	padding: 10px;
	margin: 0px;
}
/*---*/
/*Form für die einzelne Seite*/
#page #content .sitecontent {
	padding: 10px;
	margin: 0px;
}
/*---*/
#page #content .infos {
	font-size: 70%;
}
#comment {
	width: 450px;
        font-size: 0.9em;
}
#site_navi {
	position: relative;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#site_navi span {
	font-size: 0.9em;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#site_navi span a:hover{
	font-size: 0.9em;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #0066CC;
}
#page #sitemap {
	background-color: #F8F8F8;
	width: 175px;
	height: 100%;
	margin-left: 550px;
	font-size: 0.8em;
	color: #333333;
	text-transform: lowercase;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #666666;
	border-left-color: #666666;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 5px;
}
/*IE6-Hack gegen den 3pixel Fehler zwischen Content und rechter Sitebar*/
* html #page #content {
        margin-right: -3px;
}
* html #page #sitemap {
	margin-left: 547px;
}
/*IE6-Hack Ende*/
#page #sitemap ul {
	margin: 0px;
	font-family: sans-serif, Arial;
	font-size: 0.8em;
	list-style-position: inside;
	text-align: left;
	padding: 0px;
}
#page  #sitemap  #linklogos {
        text-align: center;
        font-size: 0.7em;
        font-weight: bold;
        }
#page #sitemap .linklogo {
        border: 1px dashed #000000;
        }
#page #background_draw {
	clear: both;
        height: 15px;
        width: 100%;
        position: relative;
	}
#footer  {
	background-image: url(images/page_footer.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 52px;
	width: 800px;
	font-size: 0.7em;
	position: relative;
	left: 10%;
	}
/*Muss noch einsotiert werden*/
.commentlist {
       font-size: 0.8em;
}