/*--------- ALLGEMEINE SETTINGS ----------*/
*{
  padding: 0;
  margin: 0;
	border: 0;
}

html {overflow-y: scroll;} 

body{
	text-align: center;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 1.3em;
	background: url(header_bg.gif) repeat-x top left;
}

a:link, a:visited{
  color: #800000;
}
a:hover, a:active{
  text-decoration: none;
}

abbr{
  border-bottom: 1px dotted #cecece;
}

h1, h2, h3, p, ul{
  margin: 0 0 1em 0;
}
h1{
  font-size: 1.5em;
}
h2{
  font-size: 1.2em;
  text-decoration: underline;
}
blockquote{
	margin: 1em;
	padding: 0 0 0 35px;
	min-height: 19px;
	background: url(quotes.gif) no-repeat top left;
	font-style: italic;
}
img{
  border: none;
}

/*--------- Design ----------*/
#box{
  width: 900px;
  text-align: left;
  margin: auto 0;
}

#header{
  height: 256px;
}
#content{
  text-align: justify;

}
#content ul{
  list-style: square;
}
#content li{
  margin: 0 0 0 2em;
}

#nav{
  padding: 0.5em 0 0 0;
}
#nav li{
	float: left;
    list-style: none;
	display: block;
	padding: 0 0 0 0;
	font-size: 1.3em;
	color: #000;
}
#nav li a{
  text-decoration: none;
  color: #000;
}
#nav li a:hover{
  text-decoration: none;
  color: #000;
  font-weight:bold;
}

#nav li a.current{
  color: #ff5a00;
  font-weight:bold;
}

#sub-nav{
  /*width: 10em;*/
	float: left;
  margin: 0 0 0 5em;
}
#sub-nav li{
	list-style: none;
	display: block;
	height: 1.5em;
	padding: 0.5em 0 1em 0;	
  font-size: 1.2em;
}
#sub-nav li a{
  text-decoration: none;
	color: #800000;	
}
#sub-nav li.active a.current{
  color: #ff5b00;
	font-weight: bold;	
}

#main-block{
  padding: 2em;
}
#sideColumn{
  float: right;
  width: 200px;
  border-left: 1px solid;
  padding: 0 1em;
}
#sideColumn h2{
  margin-bottom: 0;
}
#footer{
	/*background: #2a2a2a url(footer_bg.jpg) no-repeat;
	height: 40px;
	padding: 10px 2em 0 0;
	color: #4d4d4d;*/
}
/*---------- Inhalt -----------*/

.galerie{
  width: 730px;
}
.galerie img{
  margin: 0 15px 25px 15px;
}
.galerie img, .galerie_preview img, .galerie_wide_preview img{
  border: 5px solid #4e4e4e;
}
.galerie img:hover, .galerie_preview img:hover, .galerie_wide_preview img:hover{
	border: 5px solid #717171;
}
.galerie_preview{
  float: left;
	width: 250px;
	height: 250px;
}
.galerie_preview a, .galerie_wide_preview a{
  font-size: 1.2em;
  margin: 0 0 1em 0;
  font-weight: bold;
}

.galerie_wide_preview{
  float: left;
	margin: 0 0 25px 0;
}

/*--------- Diverses ----------*/
.floatLeft{
  float: left;
}
.floatRight{
  float: right;
}
.clear{
  clear: both;
	line-height: 0.01%
}