
a:link, a:visited
{
	color: #CC9933;
	outline:none;
	
}

a:active, a:hover
{
	color:#C0C0C0;
	outline:none;
}

span.hover-box {
    border: 1px solid #fc6;
    font-family: verdana;
    font-size: 11px;
    display: none; /* Element standardmäßig nicht darstellen */
    position:relative;
    text-decoration: none;
    width: 200px;
    height: 250px;
    background-image: url('http://www.marzenell.com/image/konf.jpg');
    background-repeat: no-repeat;
    margin-bottom:5px;

}
a:hover span.hover-box {
    display: block;			/* Beim Überfahren des Links einblenden */
}

body   {background:#2C2C2A;
		height: 100%;
        margin:0px;
		font-family: verdana;
  		padding: 0px;
  		margin: 0px;
  		font-size: .68em;       
}   

#container {
	margin:0px auto;
	width:1000px;
    background:#000000;
    border-top: 0px solid #CC9933;
    border-left: 0px solid #CC9933;
    border-right: 0px solid #CC9933;
    height:100%;
}

#head {
		width:100%;
		height:100%;
        background-color:#40403E;
}

#header {
	width:100%;
	width:100%;
	background:#2C2C2A;
	background:#000000;
	margin-bottom: 0%;
	height:110px;
 	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#header h1
{ 
  height: auto;
  width: 100%;
  padding: 0px 0px 0px 0px;					/* oben rechts bottom links */
  text-transform: lowercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 50px;   
  color: #C0C0C0;
  margin :0;
}

#header h2
{	
	width: auto;
	width: 30%;
	height: 18px;
	font-size: 12px;
	color: #C0C0C0;
	padding: 0px 0px 0px 340px;
    margin:0;
}
	
#content {
	height:720px;
    margin-top:5px;
    margin-bottom:5px;
    float:right;
    width:798px;
	margin-right:0%;
    background:#000000;
 	border-left: 1px solid #333;
	border-right: 1px solid #333;
	z-index: 0;
}

#sidebar1 {
    margin-top:5px;
	float:left;
    width:199px;
	margin-right:0%;
    background:#000000;
    border-left: 1px solid #333;
}

#sidebar2 {
    margin-top:5px;
	padding: 0px 20px 0px 26px;
	background:#000000;
    border-left: 0px solid #333;
}

#footer {
	height:10px;
	background:transparent;
}

#top {
    display: none;
}

#kopf {
   width: 100%;
   text-align:center;
   font-size: 32px;
   color: blue;
   padding: 20px 0px 20px 0px;   /* oben rechts bottom links*/
   margin:0px auto;
}

.inhalt_text1 {
    text-align:center;
	font-size: 12px;
	color:#C0C0C0;
    padding: 0px 100px 0px 100px;   /* oben rechts bottom links*/
}

#aufzu {
    display: none;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;   /* oben rechts bottom links*/
} 

.smartMenue {
    display: none;
} 

.img1 
{
    width:50%;
    height:50%   
  
}

.img2 
{
    width:50%;
    height:50%;  
}
   

/* grösse+design für smartphone ändern */
/* grösse+design für smartphone ändern */
/* grösse+design für smartphone ändern */

@media only screen and (max-width: 1024px) {
   body {background-color:#2C2C2A;
         width:100%;
         margin:0px;
         height:auto;
}   

#container {
		width:100%;
    	height:auto;
    	position: absolute;
}

#header {
		width:100%;
  		background: #40403E;
    	height:auto;
}

#logo
{ display: none;
}

#content {
		width:100%;
		height:100%;
		margin-right:0%;
		margin-bottom:0%;
		border-left:none;
		border-right:none;
    	float:none;
}

#header h1
{
  height: 100%;
  width: 100%;
  font-size: 20px;   
  color: #C0C0C0;
margin:0;
}

#header h2
{
	width: 30%;
	height: 18px;
	font-size: 10px;
    	color: #C0C0C0;
	padding: 0px 0px 0px 138px;
	margin:0;
}

#sidebar1 {
		display:none;
}

#sidebar2 {
		display: none;
}

#footer {
		width:100%;
}

#aufzu {
    display:block;
    height:30px;
    color: #FFFFFF;
    padding: 0px 10px 0px 0px;   /* oben rechts bottom links*/
    float:right;
}       

#top {
    display:block;
    float:right;
}

#kopf {
	font-size: 16px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;   /* oben rechts bottom links*/
} 

.inhalt_text1 {
	text-align:center;
	padding: 0px 0px 0px 0px;   /* oben rechts bottom links*/
	width:100%;
	display:none;
}

.smartMenue {
    display:block;
    width:100%;
}

.img1 
{
    width:50%;
    height:50%;  
  
}

.img2 
{
    width:50%;
    height:50%;  
}


}