/*#############################################################
CSS Element
Date: 2008-06-11
Description: Akademie für soziale Demokratie
Author: itcreate. kommunikationsmedien - Jerome Traud
Website: http://intern.fes-soziale-demokratie.de
#############################################################*/

/* Standard Elemente */
* 			{
			margin: 0;
			padding: 0;
			}

a 			{color: #012779;}
a:hover 	{color: #06F;}

body 		{
			color: #333;
			font: normal 62.5% Arial, Helvetica, sans-serif;
			margin: 0;
			}
			
h1,h2,h3,h4	{
			margin-bottom: 4px;
			padding-top: 4px;
			}

h1 			{
			font-size: 1.8em;
			color: #9f3538;
			padding-top:10px;
			}

h2 			{
			font-size: 1.6em;
			color: #333;
			}

h3 			{
			font-size: 1.4em;
			color: #9f3538;
			}

h4 			{
			font-size: 1.2em;
			color: #fff;
			background-color:#677daf;
			padding-bottom: 4px;
			padding-left:4px;			
			}

input 		{color: #555;}

ul 			{
			font-size: 1.2em;
			padding-bottom: 1.2em;
			}

p 			{
			font-size: 1.2em;
			padding-bottom: 10px;
			padding-top: 5px;
			color: #333;
			line-height:1.5em;
			}

/*code {
	background-color: #d9dfeb;	
	border-bottom: 1px solid #9f3538;
	color: #333;
	display: block;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}*/

/* Generelles */
.clearer 		{clear: both;}
img 			{border: 0 none;}
.imgleft		{float:left; margin-right:8px; margin-bottom:8px;}
.red			{color: #9f3538;}

.offenefragen	{ color:#FF0000; font-style:italic;}

/* Structure und Kopf */
#container 			{
					margin: 0;
					width: 960px;
					background-image:url(../img/bg_site_left.gif);
					background-repeat: no-repeat;
					background-position:10px 400px;
					}

/* Main*/
#main 				{
					float:left;
					width:960px;
					height:190px;
					margin-bottom: 25px;
					background-image:url(../img/pic_topmain.jpg);
					background-repeat:no-repeat;
					}

/* Topnavigation */
.top 				{
					float:right;
					background-color:#677daf;
					width: 722px;
					padding: 5px 0px 5px 5px;
					text-align:right;
					}

.top .left a 		{
					color: #fff;
					font-weight:bold;
					font-size:1.0em;
					padding: 5px 5px 5px 5px;
					text-decoration:none;
					}
					
.top .left a:hover {color: #012778;}

/* Logoplatzierungen */
#header 			{
					float:left;
					margin-top: 25px;
					height:100px;
					width:960px;
					}

.logo_fes			{margin-left: 35px; float:left;}

#title				{
					float:left; 
					height:20px; 
					width:500px;
					font-weight:bold;
					font-size:1.1em;
					color: #012778;
					margin: 55px 0 0 80px; 
					}

.logo_afsd			{margin-left: 35px; float:left}

#headline			{float:left; height:40px; width:960px; background:url(../img/pic_bg_headline.gif) no-repeat;}
#headline_admin		{float:left; height:40px; width:960px; background:url(../img/pic_bg_headline_admin.gif) no-repeat;}
#date				{margin-left:35px; margin-top:14px; color: #fff; font-weight:bold; font-size:1.0em;}

/* seitliche Hauptnavigation */
.sidenav 			{
					border-bottom: 7px solid #fff;
					float: left;
					width: 200px;
					height:370px;
					padding-left:10px;
					background-image:url(../img/bg_sidenav_left.gif);
					background-repeat:repeat-y;
					}

.sidenav ul 		{
					margin: 0;
					padding: 0;
					background-color: #b3bed7;
					}
					
.sidenav li 		{
					border-bottom: 1px solid #677daf;
					list-style: none;
					margin: 0;
					background: url(../img/nonselect_link.gif);
					background-repeat: no-repeat;
					background-position: left top;
					}
					
.sidenav li a 		{
					color: #012278;
					display: block;
					font-weight: bold;
					font-size:1.0em;
					padding: 5px 5px 5px 15px;
					text-decoration: none;
					
					}
					
.sidenav li a:hover {
					color: #012278;
					background-color:#fff;
					}
					
.sidenav li.select {
					background: url(../img/select_link.gif);
					background-repeat: no-repeat;
					background-position: left top;
					background-color:#fff;
					}
					
.sidenav li.sub 	{
					background: url(../img/select_link.gif);
					background-repeat: no-repeat;
					background-position: left top;
					background-color:#fff;
					border-bottom: 1px solid #e5e5e5;
					color:#677daf;
					}

a.sidenav:link, a.sidenav:visited 	{color: #fff; text-decoration: none;}
a.sidenav:hover 					{color: #fff; text-decoration: underline;}
a.selected:link, a.selected:visited {color: #012278; text-decoration: none;}

/* Brotkruemmel */
#breadcrump			{
					float:left; 
					width:490px; 
					height:20px; 
					margin-left:25px;
					font-size:1.1em;
					}

/* Brotkruemmel Adminbereich */
#breadcrump			{
					float:left; 
					width:710px; 
					height:20px; 
					margin-left:25px;
					font-size:1.1em;
					}

/* Content */
#content 			{
					float: left;
					width: 490px;
					margin-left: 25px;
					border-top: 1px solid #b3bed7;
					}

/* Content Adminbereich */
#content_admin		{
					float: left;
					width: 710px;
					margin-left: 25px;
					border-top: 1px solid #b3bed7;
					}


/* Rechte Spalte*/
#column 			{
					float: left;
					width: 205px;
					margin-left: 25px;
					border-right: 1px solid #b3bed7;
					border-left: 1px solid #b3bed7;
					}
					
					
.banner 			{
					overflow: hidden;
					text-align: center;
					border: 1px solid #9f3538;
					margin: 5px 10px 20px 10px;
					height:97px;
					}
					
.infobox h1			{font-size: 1.0em; font-weight: bold; line-height: 1.5em;}

.infobox 			{
					font-size: 1.1em;
					color: #333;
					padding: 6px 4px 4px 6px;
					border-bottom: 1px solid #b3bed7;
					margin-bottom: 10px;
					margin-left:10px;
					margin-right:10px;
					}

.infobox p 			{
					font-size: 1.0em;
					}

/* Formulare */
fieldset 			{
					border: 1px none #fff;
					padding: 0px 0px 12px 0px;
					width: auto;
					margin-top: 1.0em;
					}
					
legend   			{
					font-size: 1.3em;
					color: #333;
					font-weight: bold;
					margin-bottom:3px;
					}
	
.form				{
					font-size: 1.1em;
					border: 1px solid #fff;
					background-color: #cbd3e3;
					padding:4px 2px 4px 3px;
					color:#000;
					}

.form2				{
					font-size: 0.9em;
					border: 1px solid #fff;
					background-color: #cbd3e3;
					padding:4px 2px 4px 3px;
					color:#000;
					}
					
.form3				{
					font-size: 1.1em;
					border: 1px solid #fff;
					background-color: #cbd3e3;
					padding:4px 2px 4px 3px;
					color:#000;
					}

.combo				{
					font-size: 1.1em;
					border: 1px solid #fff;
					background-color: #cbd3e3;
					padding:2px 2px 2px 2px;
					color:#333;
					width:240px;
					}

.submit				{
					margin:3px;
					}

.button  			{
					font-size: 1.0em;
					color: #fff;
					padding:2px;
					background-color:#677daf;
					}

.duty 				{
					font-size: 1.2em;
					color: #840505;
					}
					
.noduty 			{
					font-size: 1.2em;
					color: #333;
					}
					
textarea			{
					font-family:Arial, Helvetica, sans-serif;
					}

/* Footer */
#fprint 			{
					background: #fff;
					color: #012278;
					font-size:1.0em;
					font-weight:bold;
					text-align: left;
					margin: 10px 0 0 235px;
					width: 715px;
					padding: 8px 0px 8px 0px;
					}
					
#fprint a 			{
					color: #012278;
					padding: 5px 5px 5px 5px;
					text-decoration: none;
					}
					
#fprint a:hover 	{color: #012278; text-decoration: underline;}

#footer 			{
					background: #fff;
					border-top: 1px solid #b3bed7;
					font-size:1.0em;
					font-weight:bold;
					margin-left: 235px;
					text-align: left;
					padding: 8px 0px 8px 0px;
					width: 720px;
					text-align:right;
					}
					
#footer a 			{
					color: #012778;
					padding: 5px 5px 5px 5px;
					text-decoration: none;
					}
					
#footer a:hover 	{
					color: #012778;
					text-decoration: underline;
					}
					

/* Klassen fuer Tabellen */
.tableblue			{
					font-size:1.1em;
					padding: 5px 3px 3px 5px;
					background: #677daf;
					color: #fff;
					}

.tabletxt			{
					font-size:1.1em;
					padding: 5px 3px 3px 5px;
					color: #333;
					}

.tabletxt_bleft		{
					font-size:1.1em;
					padding: 5px 3px 3px 5px;
					color: #333;
					border-left:1px solid #677daf;
					border-bottom:1px solid #677daf;
					}

.tabletxt_btop		{
					font-size:1.1em;
					padding: 5px 3px 3px 5px;
					color: #333;
					border-left:1px solid #677daf;
					border-top:1px solid #677daf;
					border-bottom:1px solid #677daf;
					}

.tabletxt_bbottom	{
					font-size:1.1em;
					padding: 5px 3px 3px 5px;
					color: #333;
					border-top:1px solid #677daf;
					border-bottom:1px solid #677daf;
					}

.tabletxt_bottom	{
					font-size:1.1em;
					padding: 5px 3px 3px 5px;
					color: #333;
					border-bottom:1px solid #677daf;
					}

/* Linienformatierungen */
hr 					{
					height: 1px;
					margin: 5px 0 5px 0;
					border: 0;
					background: #677daf;
					color: #677daf;
					clear:both;
					}


