html, body
	{
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	
body 
	{
		font: 100.01% arial, sans-serif;
		background-color: white;
		text-align: left;
	}
	
#inhalt
	{
		background-color: #fff;
		color: #806640;
		margin: 21px 20px 20px 20px;
	}
		
p
	{
		color: black;
		font-size: 0.8em;
		text-align: justify;
		margin: 0 0 20px 0;
		line-height: 1.7em;
	}


p img
		{
			padding: 3px;
			border: 1px solid #ccc;
			margin: 0 0 20px 20px;
		}


p a img
		{
			text-decoration: none;
			border: 0;
		}


a:link, a:visited, a:active
	{
		color: #ff9900;
		text-decoration: none;
		font-weight: bold;
	}
	
a:hover
	{
		color: #e32b23;
		text-decoration: underline;
		font-weight: bold;
	}

h1
	{
		text-align: left;
		color: #ff9900;
		font-size: 1.3em;
		border-bottom: 1px dashed silver;
		margin-bottom: 25px;
	}

h2
	{
		text-align: left;
		color: #485866;
		font-size: 0.9em;
		margin-bottom: 15px;
	}

h3
	{
		color: black;
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 0.9em;
		font-style: italic;
		text-decoration: underline;
	}



/* ----------------CDU-Feed-CSS--------------------- */

<STYLE type="text/css" media="all">
#cdurss {
    margin: 0px;
    padding:0px;
    width: 300px;
    vertical-align: top; 
	}

#cdurss ul {
   	font: 0.8em Arial, sans-serif;
   	color: #000000;
	
	/*Kommentieren Sie folgende Zeile, falls Sie ein Bulletzeichen 
	vor jedem Feed darstellen wollen.*/ 
	list-style-type: none; 
	
	/*Entfernen Sie Kommentare aus der folgenden Zeile, 
	falls Sie ein Bulletzeichen vor jedem Feed darstellen wollen. 
	Statt 'square' k?nnen Sie auch 'circle' und 'disc' schreiben*/
	/*list-style: square outside;*/
   	margin: 0px;
	margin-left: 0px;
	padding: 0px; 
	}
	
#cdurss ol {
   	margin-left:0px;
   	list-style-position: outside; 
	}

#cdurss ul li {
	/*mit den beiden margin-Angaben koennen Sie die Abst?nde 
	zwischen den einzelnen Feeds steuern */ 
    margin-bottom: 6px;
	margin-top: 6px;
	padding: 0;
	vertical-align: top;
	}

#cdurss a,#cdurss a:link {
    color: #ff9900;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
    /*display:block;
    margin-left:5px;*/
    }
	
#cdurss a:active {
    color: #ff9900;
    text-decoration: underline;
    font-weight: bold;
    background-color: transparent;
    }
   
#cdurss a:visited {
    color: #ff9900;
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
    }
	
#cdurss a:hover {
    color: #e32b23;
    text-decoration: underline;
    font-weight: bold;
    background-color: transparent;
    }

#cdurss p {
    margin-left:0px;
    padding:0px;
    margin-top:0px;
    }
</STYLE>

/* ----------------Ende CDU-Feed-CSS--------------------- */




.kandidat
		{
			padding-top: 60px;
			background: grey;
			border: 2px solid #ccc;
		}
		

.kandidatenfoto
		{
			width: 120px;
			float: left;
		}
		

.kandidatenfoto img
		{
			padding: 3px;
			border: 1px solid #ccc;
		}
		
.kandidatentext
		{
			float: right;
			width: 380px;
		}
		
		
.kandidatentext p
		{
			margin-bottom: 6px;
			text-align: left;
			font-size: 12px;
		}