/*  
Theme Name: Gesellschaft fuer Sozialen Fortschritt!
Theme URI: http://www.ischen.nl
Description: This theme provides the frontent CMS for the website on http://www.sozialerfortschritt.de/
Version: 1.0
Author: M. van Henten
*/

@import url(base.css);


dt{
	font-weight: bold;
	float: left;
}
 
/* container for the whole page centers */

#page {
	position: relative;
	width: 900px;
	left: -25px;
	min-height: 500px;
	top: 0px;
	margin: auto;
	overflow: visible;
}


/* circle element */

.circle{
	position: absolute;
	display: block;
	margin-left: -37px;
	top: 158px;
	width: 280px;
	height: 280px;
	background: url('images/kreis.png');

}

/* zeitschrift: aktuelle ausgabe link */

.zeitschrift{
	background: url('images/zeitschrift.png');

}

#left{
	position: absolute;
	left: 0px;
	top: 175px;
	width: 175px;
	min-height: 500px;
}

#middle{
	position: absolute;
	left: 175px;
	top: 175px;
	/*min-height: 400px;*/
}

#right{
	position: absolute;
	left: 725px;
	top: 185px;
	width: 150px;
	min-height: 500px;
}

#bottombar{
	margin: 0px;
}

#bottombar ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

#bottombar li{
	margin-top: 15px;
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0;
}



/* Borders, Corners */

#layout{
	width: 550px;;
	padding: 0px;
}


#box{
	float: left;
	padding-top: 25px;
	padding-right: 45px;
	padding-left: 35px;
	min-height: 500px;
	width: 470px;
	background-color: #fff;
	display: block;
	background: url('images/textbg.png');
}


#border_top{
	float: left;
	width: 100%;
	height: 25px;
	display: block;
	overflow: hidden;
	background: url('images/border_top.png');
}

#border_bottom{
	float: left;
	display: block;
	overflow: hidden;
	background: url('images/border_bottom.png');
	width: 100%;
	height: 25px;
}


/* logo container */

#logo{
	display: block;
	position: absolute;
	top: 20px;
	left: 22px;
	width: 300px;
	height: 94px;
	background: url(images/logo.png) no-repeat 0 50%;
}

#top_nav{
	position: absolute;
	top: 144px;
	z-index: 1;
	left: 190px; */
}

#top_nav ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

#top_nav li{
}


.dot{
	background: url(images/dot.png) no-repeat 0 50%;
}

.dot1{
	background: url(images/dot01.png) no-repeat 0 50%;
}

.dot2{
	background: url(images/dot02.png) no-repeat 0 50%;
}

.dot3{	
	background: url(images/dot03.png) no-repeat 0 50%;
}

.dot4{	
	background: url(images/dot04.png) no-repeat 0 50%;
}

/* definieer ballletjes voor printer en mail links */




#top_nav img{
	margin-top: 5px;
	vertical-align: text-top;
	height: 10px;
	width: 10px;
}

#gsf_dot{
}
	

/* Special list types for sidebar */

#topsidebar{
	margin-top: 25px;
	margin-left: 25px;
	height: 150px;
}

#topsidebar ul{
	margin-top: -3px;
	line-height: 10pt;
}

#topsidebar li{
	margin-left: -22px;
	list-style-type: none;
	margin-top: 15px;
}


#Archiv{
	width: 90%;
}

#Archiv h4{
	margin-top: 15px;
	margin-bottom: 0px;
}

#Archiv ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

#Archiv li{
	list-style-type: none;
	margin-left: 0px;
	margin-top: 1em;
}

#ArchivNav{
	margin-bottom: 15px;
	background: #ddd;
	z-index: 2;
}

#ArchivNav form{
	padding-bottom: 10px;
}

/* Begin opmaak tags */
.alignright {
	float: right;
	margin-right: 12px;
}
	
.alignleft {
	float: left;
}

.dot{
	float: left;
	margin-right: 0.5em;
}

.center {
	text-align: center;
	float: top;
}

.topbg{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 100%;
	background: #f4f4f4;
	background: url('images/topbg.png');
}
	


