#pocket   { display:inline; }
#nopocket { display:none; }
* {
	text-align: center;
	margin:0;
	padding:0;
	color:white;
   }

h1 {
	padding: 5%;
   text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 2.8em;
	margin-top: 2%;

	}
h2 {
	padding: 1%;
   text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	}	
#text {
   padding-top: 2%;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
   }
h3 {
  font-size: 1.5em;
  color:#993300;
  line-height:1.4em;
  text-align:left;
	}
	
a {color: blue;
   font-weight: bold;
   text-decoration: none;
   }
	
a:hover {
    color:red;
   }	
	
	
	
		   
#ul {
	text-align: left;
	color: blue;
	text-align: left;
    padding-right:0;
    padding-left:0;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration: none;
    font-size:1em;
    font-weight: normal;
	}
	
	
#ul a:hover {
    color:red;
   }
#ul a:visited {
    padding-right:0px;
    background: url(../big_bilder/besucht.gif) no-repeat 100% 0%;
   }
#container {
		width: 100%;
}
#header span {
	
	background: gray;
	margin-bottom: 2%;
	margin-right: 2%;
	width: 100%;
	height: 10%;
}
#title { margin: auto;
}
#text1 {padding: 1%;}
p.c2 {text-align: left; width: 100%;}
#content {
	
	width: 100%;
	margin:0 2% 2% 0;
	background: gray;
	padding-bottom: 2%;
	}
#text2 {
  background: gray;
  width: 56%;
  margin: auto;
  }
.text2
{
   
    padding-top:3%;
    width:100%;
}
.textItem2
{
    padding-top:3%;
    width:100%;
    clear:both;
}
.thumb2
{
   
    padding-right: 4%;
    padding-top: 4%;
}
#sidebar {
	
	width:20%;
	background:#153a48;
	height:50.000em;
}
 @media only screen and (max-width: 1024px) {
#header { width: 100%; 
           height: 2%;}
#container { width:100%; }
#content { width: 100%; 
           height: 1%;           
}
#text2 { width:78%; margin-top: 20px;}
#sidebar {
	width:100%;
	height:32.000em;
	
	background: gray;
   
   margin: auto;
}
}
 @media only screen and (max-width: 480px) {

#header { width: 100%;
            height: 1%;
            margin-right: 0;
            margin-bottom: 2%
}
h1 {
	padding: 2%;
   text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 1.8em;
	}
#content {
	width:100%;
	margin-right:0;
	margin-bottom:2%;
	height: 1%;
}
h2 {
	padding: 1%;
   text-align: center;
	font-weight: bold;
	font-size: 1em;
	}	
#text2 { width: 78%; margin-top: 10px; font-size: 0.8em;}





#sidebar {
	width:100%;
	height: 50%;
	padding: 0.5em;
	margin-top:2%;
}
}