/* ===== BEGIN STYLE.CSS  HERE ===== */


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

h1,h2,h3,h4,p,li{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;}

a{
         font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
         color:white;
         text-decoration:none;		 		 cursor: pointer;		 		 }

a:hover{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
         color:#fff0d1;
         text-decoration:none;}

a:visited{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
         color:#fff0d1;
         text-decoration:none;}

h1{font-size: 2.0em;}
h2{font-size: 1.0em;}
h3{font-size: 0.8em;}
h4{font-size: 0.7em;}
p{font-size: 0.8em;}
li{font-size: 0.8em;}

html{
	text-align: center;
	font: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
         background-color: #e54e15;}

body{
	width:640px;
   	margin: 50px auto 50px auto;    /* Abstand von Bildschirmrändern */
         padding:5px;   /* Abstand von Seitenrändern */
         border:1px solid #FFFFFF;
	text-align:left;
	background:#000;
	color: White;  /* allgemeine Textfarbe*/
         }


/* ===== BRANDING =====  HIER KOMMT DAS HEADERFOTO REIN!!! AUSMASS 640x140 */

div#branding{
	height:140px;
	background: url(../images/header.jpg) no-repeat bottom;
	}


/* ===== MENU ===== */

div#menu {
  text-align: left;
  margin-left:60px;}

#menu ul li {
  width: auto;
  display: inline;
  /* float: left; */
  margin:1px;
  list-style: none;
  text-transform: uppercase;
  font-size: 0.6em;
  padding: 0.5em; /* spacing between menu items  experiment with this*/
  padding-left: 0px;
  color:Black;
  }
#menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  }
#menu ul li a:hover, #menu ul li a.active {
  color: #fff0d1;
  }


/* ===== CONTENT ===== */

div#content-main{
	float:left;
	width:530px;
	margin:50px 0px 40px 55px;
         /* border: 1pt solid #fff; */
	}

div#content-sub{
	float:right;
	width:242px;
	margin:0 0 10px 4px;
	}

div#content-sub{
	background: #DDEEF6;
	}

div#content-main h2, div#content-sub h2{
	text-transform:uppercase;
	padding: 8px 0 8px;
	text-align:left;
	/*letter-spacing: 0.1em;  */
	font-size: 1.0em;
	color: White;
	}

div#content-main h3, div#content-sub h3{
	text-transform:uppercase;
	padding: 8px 0 8px;
	text-align:left;
	/*letter-spacing: 0.1em;     */
	/*background: #EE8800;  */
	font-size: 0.8em;
	color: White;
	/*padding: 0 30px;*/
	}

div#content-main p,div#content-sub p{
	margin:0;
	padding:5px 8px 15px;
	/*font-size: 0.7em;*/
	}


/* ===== Site Info ===== FOOTER-IMAGE HIER REIN 640x15 */

div#site-info{
	clear:both;
	width: 100%;
	background: #000;
	padding:15px 0;
	text-align:center;
         height:50px;
         background: url(../images/footer.jpg) no-repeat bottom;
	}


/* ========== End of CSS Styling ========== */