/* CSS Document */

html, body {
		height: 100%;
}

body { 
		background: url(http://www.swabba.de/newsletter/line_background.gif) repeat-y 0 0;	
		font-family: Verdana, Helvetica, Arial, sans-serif; 
		font-size: 10px; 
		background-color: #ffffff; 
		color: #666666;
		text-align: left; 
		margin: 0px;
		padding: 0px; 
}

#topnavigation { 
		margin-left: 200px; 
		padding:10px 0px 10px 10px; 
		background-color: #ffffff;
		color: #666666; 
		border-left: 1px solid #cccccc;
}


#headercontainer { 
		background: url(http://www.swabba.de/newsletter/swabba_head_kachel.gif) repeat-x 0 0; 
		height: 153px; 
		width: 100%; 
		position: absolute;
		top: 30px;
		left: 0px;
}

#header { 
		background: url(http://www.swabba.de/newsletter/swabba_head_sky.gif) no-repeat 0 0; 
		width: 651px; 
		height: 153px; 
		position: absolute;
		top: 1px;
		left: 0px;
}

#navigation {
		position: absolute;
		top: 200px;
		left: 9px;
		width: 191px;
		padding:10px;
}

#content {
	position:absolute;
	top:200px;
	left:201px;
	width:437px;
	padding:10px;
}

a.topmenu { 
		padding: 2px; 
		text-align: left; 
		text-decoration: none; 
		font-size: 10px; 
		color: #666666;
		text-transform: uppercase; 
}

a.topmenu:link, a.topmenu:visited { 
		text-decoration: none;
		color: #666666; 
		text-transform: uppercase; 
}

a.topmenu:active, a.topmenu:hover { 
		color: #666666; 
		text-transform: uppercase; 
		text-decoration: underline; 
}

a.orangeLink:link, a.orangeLink:visited, a.orangeLink:active, a.orangeLink:hover { 
	  text-decoration: none;
	  font-weight: bold;
	  color: #E95E27;
	  display:block;
	  padding:3px 0px 0px 0px;
	  font-size:12px;
}

.font12 {
	font-size:12px;
}