*{
	margin:0px;
	padding:0px;
	border:none;

}

table{
border-collapse:colapse;
}

body {
	background: none repeat scroll 0 0 #3D3D3D;
	font-family: 'Lato', sans-serif;
    /*font: 12px 'Lucida Grande',Arial,sans-serif;*/
}

#page{
width: 900px;
background-color:green;
border:1px solid red;
margin: 50px auto auto;
overflow:hidden;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: none repeat scroll 0 0 #E9EAEE;
border: 2px solid #FFFFFF;
box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}
 
#header{
background: url(http://www.foto-sophie.at/bilder/header_2,0.png) no-repeat scroll center center  #000000;
height:170px;
width:100%;
} 

#left{
width:200px;
height:100%;
float:left;
position:relative;
}

#right{
float:right;
position:relative;
width: 699px;
height:100%;
}

#content{
margin:10px;
}

#menu{
margin-top:10px;
}



#menu ul
{ margin:5px;}

#menu ul li
{
    background-image: url("http://www.foto-sophie.at/bilder/BlockContentBullets.png");
    background-repeat: no-repeat;
    line-height: 1.2em;
    margin: 0.5em 0;
    padding: 0 0 0 26px;
	list-style-type:none;
}

#menu ul li a{
color:black;
text-decoration:none;
}

#menu ul li.active a
{
    color:red;
}

#menu ul li ul li
{
    background-image: url("http://www.foto-sophie.at/bilder/BlockContentBullets.png");
    background-repeat: no-repeat;
    line-height: 1.2em;
    margin: 0.5em 0;
    padding: 0 0 0 26px;
	list-style-type:none;
	display:none;
}

#menu ul li.active ul li
{
    background-image: url("http://www.foto-sophie.at/bilder/BlockContentBullets.png");
    background-repeat: no-repeat;
    line-height: 1.2em;
    margin: 0.5em 0;
    padding: 0 0 0 26px;
	list-style-type:none;
	display:block;
}

#menu ul li.active  ul li.active a
{
    color:red;
}
#menu ul li.active  ul li a
{
    color:black;
}

#headline ,.headline{
font-size:30px;
font-weight:bolder;
margin-top:10px;
width:100%;
margin-bottom:5px;
border-bottom: 1px dotted #333;
text-shadow: 2px 1px 1px rgba(152, 150, 150, 1);
}

#shdesign
{
 width:100%;
 text-align:center;
 height:30px;
 color:#999;
 font-size:20px;
}

#shdesign a,#shdesign a.active, #shdesign a:hover
{
 color:#999;
  text-decoration:none;
}

.offer-table{

}

.offer-table li{
    background-image: url("http://www.foto-sophie.at/bilder/BlockContentBullets.png");
    background-repeat: no-repeat;
	list-style: none;
    padding-left: 30px;

}
.offer-table li a{
   color:black;

}


.warning {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  color:#fff;
  background:#f3961c; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background:-moz-linear-gradient(#f9d835, #f3961c);
  background:-o-linear-gradient(#f9d835, #f3961c);
  background:linear-gradient(#f9d835, #f3961c);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}