/*#############################################################
Website: Netzwerk Politische Bildung
Datum: 2007-12-01
Beschreibung: Beschreibung der Website
Bearbeitet: Jerome Traud itcreate. kommunikationsmedien
http://www.netzwerk-politische-bildung.de

CSS Elemente für die Site
#############################################################*/

/* Allgemeine Site Definitionen */
#sitemaster {
width:920px; 
margin:0px auto;
background-color:#fff; 
}

#header		{
width:900px; 
margin:0 0 5px 0;
padding:10px 10px 10px 10px;
color:#333;
font-size:1.1em;
float:left; 
}
#header a {
color: #333;
text-decoration: none;
font-size:1em;
}
#header a:hover {
	color: #333;
	text-decoration: underline;
	font-size:1em;
}

/* Platzierung */
.left {float: left; margin-left:180px;}
.right {float: right; margin-right:8px;}


#logo     {
width:178px;
height:175px; 
float:left; 
background-color:#fff;
}

#infobox     {
margin-left:5px;
margin-bottom: 5px;
height:175px;
width:550px; 
float:left;
}

.newsblock {
	float:left;
	width:550px;
	height: 62px;
	margin-bottom:5px;
}

.newsblock .datum {
	float:left;
	width:80px;
	height: 50px;
	text-align:center;
	background-color:#99adc2;
	color:#fff;
	font-size:1.1em;
	padding-top: 12px;
}

.newsblock .text {
	float:left;
	width:457px;
	height: 50px;
	text-align:left;
	margin-left:5px;
	background-color:#99adc2;
	color:#fff;
	font-size:1.2em;
	padding-top: 12px;
	padding-left:8px;
}
.newsblock .text a {
	color: #fff;
	text-decoration: none;
	font-size:1em;
}
.newsblock .text a:hover {
	color: #fff;
	text-decoration: underline;
	font-size:1em;
}

.newsinfo {
	float:left;
	width:542px;
	height: 29px;
	background-color:#003366;
	color:#fff;
	font-size:1.2em;
	padding-top: 12px;
	padding-left:8px;
}
.newsinfo a {
	color: #fff;
	text-decoration: none;
	font-size:1em;
}
.newsinfo a:hover {
	color: #fff;
	text-decoration: underline;
	font-size:1em;
}

/* Siteabhängige Definitionen */
#topspace  	{clear:both; height: 15px; margin-bottom: 5px;}

#content	{
	/*background-image:url(../img/pic_bg_site.gif); background-repeat:repeat-y;*/
}

#contentbg	{background-image:url(../img/pic_bg_site_containerbg.gif); background-repeat:repeat-y; }

#newsletter 	{
float:left;
background: url(../img/img_newsletter_abo.jpg) no-repeat; 
width: 180px;
height: 448px; 
margin-bottom: 5px;

}
#newsletter #text 	{
margin: 120px 0 0 8px;
}

#newsletter #text p	{
font-size:1.1em;
color:#003366;
line-height:1.5em;
}

#newsletter #text a {
	color: #003366;
	text-decoration: none;

}
#newsletter #text a:hover {
	color: #003366;
	text-decoration: underline;
}

#textleft 	{
float:left;
width: 350px; 
padding:8px 8px 8px 0;
margin: 0 0 5px 10px; 
background-color:#fff;
}

#netzwerk	{
float:right;
width: 350px;
border: 1px solid #e5e5e5;
}

#middlecontainer 	{
float:left;
width: 175px;
/*height:150px; */
margin: 0 0 5px 0; 
background-color:#f0f5f8;

}

#middlecontainer p 	{
padding: 5px 5px 0px 8px; 
}

#rightcontainer	{
float:right;
width: 535px;
padding:8px;
margin: 0 0 10px 0;
 
}

#issues	{
float:right;
width: 735px;
padding:0px;
margin: 0 0 10px 0;

}


/* Clearer */
#clearer    {
	clear:both; 
	height:15px; 
}

/* Footernavigation */
#footer    {
	margin:0 0 5px 0;
	padding:10px 10px 10px 12px;
	color:#333;
	font-size:1.1em;
	float:left; 
	background: url(../img/img_bg_footer.gif) no-repeat;
	width:900px;
}
#footer a {
	color: #333;
	text-decoration: none;
	font-size:1em;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
	font-size:1em;
}