/* Standard Definitionen */
body {
	height:100%;
	margin: 0; 
        padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
        overflow: auto;
}

img {
	vertical-align: middle; 
}

/*******************/
/* Link Definition */
/*******************/

a {
	color: #444; 
	text-decoration:none; 
	font-weight: bold; 
}

/* Maus Over Effekt */
a:hover {
	color: #fd5c04; 
	text-decoration:none; 
	font-weight: bold; 
}

/* Definition der ersten Menueebene */
#menu_1 {
	margin-top: 4px;
	line-height: 20px;
}

/* Definition der zweiten Menueebene */
#menu_2 {
	line-height: 20px;
	padding-left:10px;
}

/* Definition der dritten Menueebene */
#menu_3 {
	line-height: 20px;
	padding-left:20px;
}

/* Definition des aktuellen Menuepunktes */
.active {
	color: #fd5c04; 
	text-decoration:none; 
	font-weight: bold;
}

/* Definition der Überschriften */
h1 {
	color: #ff5d02; 
	font-size:1.8em; 
	font-weight: lighter; 
}

h2 {
	color: #495057; 
	font-size: 1.3em; 
	padding-bottom: 15px; 
	line-height: 1.3em; 
}

/* Definition des Aufbaus der Seite */
#page {
	margin: 0 auto;
	width: 990px;
}

#container {
	width:990px;
        margin: 0 auto;
	background: url(../image/jens/bg.gif) repeat-y;
        overflow: auto;
}

#header {	
        height: 217px;  
	width: 970px; 
	float:left;
        padding-left: 11px;
        margin-top:20px;
}

#left	{
	width: 156px; 
	margin-top:40px;
	float:left; 
	padding-left:73px; /* Hier den Abstand einstellen */
	list-style: none;
}


#content {
	width:474px; 
	float:left; 
	margin-top:30px;
	margin-left: 20px; /* hier den Abstand einstellen */
	margin-right: 23px; /* hier den Abstand einstellen */
	list-style: disc;
}

#content li
{
	list-style: circle outside;
  margin-left: -20px;
}


#right {
	width:219px;
	margin-top:40px;
	float:left; 
	list-style: none;
}

#footer {
	background: url(../image/jens/bottom_background.jpg) repeat-x; 
	height:51px; 
	width:100%; 
	float:left; 
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
	color: #fff;
}

#footer a { color: #fff; }

/*********************************/
/* Boxen und andere Definitionen */
/*********************************/

#box_small {
	background: url(../image/jens/right_small.gif) no-repeat;
	width:180px;
	height:90px;
	padding:20px 20px 20px 25px;
	line-height:1.3em;
}

#box_medium {
	background: url(../image/jens/right_medium.gif) no-repeat;
	width:180px;
	height:145px;
	padding:20px 20px 20px 25px;
	line-height:1.3em;
}

#box_big {
	background: url(../image/jens/right_big.gif) no-repeat;
	width:180px;
	height:300px;
	padding:20px 20px 20px 25px;
	line-height:1.3em;
}

#news_titel {
	font-weight: bold;
	margin-bottom:8px;
}

.news_titel_detail {
	min-height: 20px;
	width:100%;
	float: left;
	padding-top:5px;
	border-bottom: 1px solid #fd5c04;
	font-weight: bold;
}

.news_inhalt_detail {
	width:100%;
	float: left;
	padding-top:5px;
  margin-bottom: 15px;
}

/* Galerie */

.flickr-thumbnail, .flickr-pullout {
	float: left;
		background: url('../image/flickr_shadow.gif') no-repeat bottom right;
	margin: 20px 0px 0px 25px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	position: relative;
	}

.flickr-thumbnail img, .flickr-pullout img {
		 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
	}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(../image/flickr_shadow_white.gif);
}
