/*************************************

	CSS christianstraube.com
	Autor: schwindt-pr
	www.schwindt-pr.com

**************************************/


/*************************************
		Allgemein
**************************************/

* {margin: 0;
  padding: 0;}

body {background-color: #ffffff;
      color:#000000;
      margin: 0;
      padding: 0;
      font-family: Verdana, Helvetica, sans-serif;
}


/*************************************
		Wrapper
**************************************/

#wrapper {display:none:}


/*************************************
		Navi
**************************************/

#navi {display:none;}


/*************************************
		Content
**************************************/

#content {margin: auto;
         padding: auto;
}

#content ul {
	list-style-type:disc;
	font-size: 0.75em;
	line-height: 1.6em;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content li{margin-bottom:1em;
}

h1 {
	font-weight: 500;
	font-size: 2.3em;
	margin-bottom: 30px;
}
h2 {
	font-weight:500;
	font-size: 1.3em;
	margin-bottom: 15px;
}

p {
	font-size: 0.75em;
	line-height: 1.6em;
	padding: 0 0 10px 0;
}


img {    border: 1px solid #333333;
	margin: 5px;
	padding: 0;
}


hr {
    margin-top:20px;
    margin-bottom: 20px;
}

address {
	color:#000000;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.6em;
	padding: 0 0 10px 0;
}


/*************************************
		Links
**************************************/


a:link    {color: #800000; text-decoration: underline;}
a:visited {color: #800000; text-decoration: underline;}
a:active  {color: #800000; text-decoration: underline;}


/*************************************
		Galerie
**************************************/

.photo {text-align:center;
}


/*************************************
		Presse
**************************************/

#article {background-color:none;
          margin: auto;
          padding: auto;
}

#article p {color: #000000;
}

#article a {color: #000000;
}

.press {text-align:center;
}


/*************************************
	Footer
**************************************/

#footer {display:none;}


/*************************************
	Sonstige Klassen
**************************************/

.blind {display:none;
}

.share {display:none;}

.flags {text-align:right;
}
.flags img {border:none;
            margin:2px;
            padding:0;
}


.play {font-size:0.7em;
       text-align:right;
       margin-top:20px;
}

.margeoff {margin: 0px;
           border:none;
}

.contac {float:left;
         margin-right: 120px;
         margin-bottom:20px;
}

.tiny {font-size:0.7em;
}

.dist {margin-top:30px;
}

.webdesign {text-align: center;
}

.top {display:none;
}