/******************************************************************

	Project:			Soroptimist International Club Werl
	File:					style.css
	Author:			Stephan Scheuren
	Last Change:	2010-12-19

	--------------------------------------------------------------------------
	colors:			
	#FFF			white (html background)
	#454E94		blue-violet (wrapper background)
	#F3CB1E	yellow-orange (headings, bg-stripe)
	#E84530		smooth red (subheadings)
	#AEBAD1	light blue (navigation background)
	
******************************************************************/

/* main elements */
html, body
{	
	font-family: verdana, sans-serif;
	background: #fff;
	color: #000;
	padding: 0px;
	margin: 10px 0px;
	font-size: 10px;
}

td{
	padding:0;
}

/* container */
#wrapper{
	background: #454E94;
	border-left: 0px solid #222;
	border-right: 0px solid #222;
}
#left{
	width: 166px;
	background: url(left_bg.png);
	height: 480px;
}

#main #linke_spalte{
	float: left;
	width: 300px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#main #rechte_spalte{
	padding-right: 15px;
	padding-left: 5px;
	float: right;
	width: 300px;
	padding-bottom: 10px;
}

#rechte_spalte .portrait {
	padding-top: 7px;
}
#rechte_spalte .center{
	padding-left: 3px;
	padding-right: 3px;
}
#right{
	background: url(bg.png);
	background-repeat: repeat-x;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 227px;
	width: 140px;
	color: #fff;
}
#right .mod_customnav  ul{
	padding: 0; 
	padding-bottom: 8px;
	margin: 0;
	list-style-type: none;
	display: block;
	float: left;
	font-size: 13px;
}
#right .mod_customnav  ul li{
	float:left;
	padding-right:10px;
}
#right .mod_customnav ul a{
	float:left;
	color: #AEBAD1;
	text-decoration: none;
}

#right .mod_customnav ul a:hover{
	color: #fff;
}

#right h1 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#main{
	min-height: 720px;
	color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#main h1{
	color: #F3CB1E;
	padding: 5px 0 15px 0;
	margin: 0;
	font-size: 15px;
}
#main h2{
	color: #F3CB1E;
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
}

#main p{
	margin:0;
}

#main .ce_text{
	padding: 0 0 0 15px;
}
#main #ueberschrift{
	padding-top: 15px;
	width: 300px;
}

#header{
	height: 79px;
	background:url(si_logotext.png);
	background-repeat:no-repeat;
}

#header h1{
	padding: 10px 0 0 10px;
	margin: 0;
	font-size: 20px;
	color: #F3CB1E;
	font-weight: bold;
}
#header h1 b{
	color: #E84530;
}

#header h2{
	padding: 2px 0 0 10px;
	margin: 0;
	font-size: 16px;
	color: #F3CB1E;
	font-weight: normal;
}

.mod_pageImage{
	padding-top: 79px;
	background-color: #fff;
	background: url(si_logotext.png);
	background-repeat: no-repeat;
	height: 141px;
}

#footer{
	display: none;
}

#si_navigation ul{
	padding: 0; 
	margin: 0;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	display: block;
	float: left;
	font-size: 13px;
	width: 100%;
	background: #AEBAD1;
}
#si_navigation ul li{
	float: left;	
	border-right: 1px solid #fff;
}
#si_navigation ul a{
	/*padding: 8px 21px;*/
	padding: 8px 0;
	margin: 0px auto;
	text-align: center;
	width: 106px;
	/*width: 55px;*/
	display: block;
	font-weight: bold;
}
#si_navigation ul .last{
	border-right: 0px solid #fff;
}
#si_navigation ul li a{
	color: #454E94;
	text-decoration: none;
}
#si_navigation ul li a:hover{
	color: #fff;
	/*background: #fff;*/
}
#si_navigation ul li .active{
	float: left;
	/*padding: 8px 21px;*/
	text-align: center;
	width: 106px;
	padding: 8px 0;
	margin: 0px auto;
	color: #fff;
	font-weight: bold;
}


.mod_article p{
	width: 300px;
	line-height: 15px;
}
ul {
line-height: 16px;
}

/* Eventliste rechts */
.mod_eventlist {
	padding:0;
}
#right .mod_eventlist h1{
	color: #E84530;
	font-size: 15px;
	padding-top:15px;
	padding-bottom: 5px;
}
.date{font-weight: bold;}
.day {display: none}
.event h2{display: none}
#right .ce_text p{ margin: 0; line-height: 16px;}


/* Einzelne Unterseiten */
#tab_chronik{
	width: 600px;
}

#tab_chronik td{
	vertical-align: top;
	padding-right:10px;
	padding-bottom:10px;
}
#tab_chronik strong, #art_projekte strong{
	color: #F3CB1E;
}
#tab_chronik p{
	width: auto;
}
#chronik_text{
  width: 420px;
}
#main #linke_spalte a{
	text-decoration: none;
	color:#0ff; 
}
#art_projekte h1 {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding-bottom: 0;
}
#projekte{
	padding-right: 15px;
}
#art_projekte .tabelle_projekte{
	width: 600px;
}
#art_projekte .tabelle_projekte p{
	width: auto;
}
#projekte #art_projekte table .tab_td_left{
	width: 150px;
}
#art_projekte .tabelle_projekte td{
	vertical-align: top;
	padding-right:10px;
	padding-bottom:10px;
	padding-left: 0;
	}
	
#f1 {
	padding-top: 130px;
}
#f1 label {
	width: 100px;
	float:left;
	padding: 2px; 
	margin: 3px 0 3px 0;
}
#f1 .text{
	/*float: left;*/
	clear: left;
	margin: 3px 0 3px 0;
	padding: 2px;
	width: 151px;
}

#f1 .submit{
	border: 0px;
	background-color: #AEBAD1;
	color: #fff;
	margin-top: 10px;
	padding: 4px;
	font-weight: bold;
	margin-bottom:15px;
}

#f1 .error {
	/*float: left;*/
	color: #E84530;
	clear: both;
}
#foerderverein ,#links{
	padding-top: 15px;
	width: auto;
}
#foerderverein p, #links p{
	width: auto;
}
#links a, #impressum a{
	color: #F3CB1E;
	text-decoration:none;
	font-weight:bold;
	padding-right: 10px;
}
#links a:hover{
	color: #E84530;
}
#links td{
	padding-bottom: 10px;
}
#foerderverein, #links{
	padding-bottom:15px;
}
#impressum h2{
	font-size: 12px;
	font-weight: bold;
}
#impressum #rechte_spalte table, #impressum #rechte_spalte p{
	width: auto;
}
#impressum #rechte_spalte td{
	width: 120px;
	height: 20px;
}
.mod_eventlist .header {
	padding-top: 15px;
}


