body {
	margin:0px;
	font-family:Verdana, Arial, sans-serif, Geneva, Helvetica;
	}

/*############# Layout #############*/

#thema {
	position:absolute;
	top:121px;
	left:255px;
	}

#logo {
	position:absolute;
	top:201px;
	left:1px;
	}

#gnav {
	position:absolute;
	top:235px;
	left:254px;
	width:500px;
	color:#000000;
	font-size:12px;
	}

.left {
	width:234px;
	text-align:right;
	vertical-align:top;
	line-height:16px;
	color:#000000;
	font-size:12px;
	}

#titel {
	position:absolute;
	top:500px;
	left:0px;
	width:234px;
	color:#000000;
	line-height:14px;
	font-size:10px;
	text-align:right;
	}

#titel_2 {
	position:absolute;
	top:440px;
	left:0px;
	width:234px;
	color:#000000;
	line-height:14px;
	font-size:10px;
	text-align:right;
	}

#ga_nav {
	position:absolute;
	top:415px;
	left:0px;
	width:234px;
	color:#000000;
	font-size:14px;
	text-align:right;
	font-weight:bold;
	}

/*#wide {
	position:absolute;
	top:215px;
	left:200px;
	}*/

/*############# Navigation #############*/

.g_pink {
	color:#C93B6D;
	font-size:12px;
	font-weight:bold;
	}

.pink {
	color:#C93B6D;
	}
	
.unav {
	color:#000000;
	font-size:11px
	}

/*############# Content #############*/

h1 {
	color:#646666;
	font-size:14px;
	letter-spacing:1px;
	}
	 
.con {
	color:#000000;
	font-size:10px;
	line-height:14px;
	background-color:#FFFFFF;
	width:500px;
	}
	 
.headl {
	font-weight:bold;
	font-size:10px;
	line-height:18px;
	color:#C93B6D;
	}
	 
.pr {
	color:#000000;
	font-size:12px;
	line-height:16px;
	background-color:#FFFFFF;
	width:650px;
	text-align:justify;
	}

/*############# Link #############*/

a.uline:link {
	text-decoration:underline;
	color:#000000;
	}

a.uline:visited {
	text-decoration:underline;
	color:#000000;
	}

a.uline:hover {
	text-decoration:underline;
	color:#C93B6D;
}

a.links:link {
	text-decoration:underline;
	color:#000000;
	}

a.links:visited {
	text-decoration:underline;
	color:#888888;
	}

a.links:hover {
	text-decoration:underline;
	color:#C93B6D;
}

/*a:active {
	text-decoration:none;
	font-weight:bold;
	}*/

a.nav:link {
	text-decoration:none;
	color:#000000;
	}

a.nav:visited {
	text-decoration:none;
	color:#000000;
	}

a.nav:hover {
	text-decoration:none;
	color:#C93B6D;
}

