body {
	margin: 0;
	padding: 0;
	background: #fff url(img/bg_.gif) repeat-x;
	font: 12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #6E697D;
}

form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #169FD4;
}

blockquote {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color:#000;
}

a.im_text {
	text-decoration: underline;
	color: #666;
}

a.im_text:hover {
	color:#000;
}


#header {
	width: 774px;
	height: 73px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	padding: 24px 0 0 13px;
	letter-spacing: -4px;
	font-size: 3em;
}

#header h2 {
    color: #29BBEE;
	float: right;
	padding:16px 13px 0 20px;
	font-size: 24px;
}

#header a {
	text-decoration: none;
	color: #29BBEE;
}

/* Menu */

#menu {
	width: 748px;
	height: 48px;
	padding: 13px 13px 0 13px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 36px;
	padding: 7px 0 0 0;
	background: url(img/trenner.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 20px;
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

#menu a:hover {
	color: #000;
}

/* Content */

#content {
	width: 774px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(img/menue.gif) no-repeat;
	
}

/* Column One */

#spalteEins {
	float: left;
	width: 540px;
	padding: 12px 0 0 23px;
}

#spalteEins .post {
	margin-bottom: 30px;
    padding-left: 8px;
    color:#000;
}

#spalteEins .title {
	letter-spacing: -1px;
	font-size: 20px;
	line-height:30px;
}

#spalteEins .posted {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}


/* Column Two */

#colTwo {
	float: right;
	width: 180px;
	padding: 16px 23px 0 0;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li ul {
	margin: 0 0 10px 0;
	padding: 10px 10px 15px 10px;
	background: url(img/mod_footer.gif) no-repeat left bottom;
}

#colTwo h2 {
	height: 28px;
	padding: 4px 0 0 10px;
	background: url(img/mod_header.gif) no-repeat;
	letter-spacing: 0px;
	font-size: 15px;
	color: #fff;
}
#ticker {
        width:400px;
        height:33px;
        border:0px;
        padding-left:16px;
        padding-top:8px;
        background:url(img/ticker_bg.png) no-repeat;
       	font: bold 11px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	    color: #666;
}