body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:980px;
	background:#fff;
	font-size:90%;
	}
	
/* CK: Link-Eigenschaften */
a { color:#00ba00; text-decoration:none; }
a:visited { color:#00ba00; text-decoration:none; }
a:hover { color:#66cc66; text-decoration:underline; }
a:active { color:#66cc66; text-decoration:underline; }

.rright {
	position:absolute;
	top:12px;
	left:740px;
	float:right;
	z-index:39393993;
	}

h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
}

p {
	margin:.4em 0 .8em 0;
        padding:0;
}

img {	margin:0px 0 0px;
}

/* Header styles */

#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#header ul li  {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}

#header ul li  {
	background:#369;
	color:#fff;
}

#header ul li  {
	color:#fff;
	background:#000;
	font-weight:bold;
}

#header ul li  span {
	display:block;
}

/* 'widths' sub menu */

#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
        width:980px;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
	background-image :    url(/temp_bilder/uunav_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-239px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
}

.holygrail .colleft {
	float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:439px;         	/* Left column width + right column width */
}

.holygrail .col1wrap {
        float:left;
	width:50%;
	position:relative;
        right:201px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
        padding-left:36px;
}
.holygrail .col1 {
        margin:0 200px;     	/* Centre column side padding: Left padding = left column width + centre colu ?††'?mn left padding width Right padding = right column width + centre column right padding width */
        position:relative;
	padding-right:80px;
	left:200%;
}

.holygrail .col2 {
    float:right;			/* This overrides the float:left above */
    width:201px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:0px;         	/* Width of the left-had side padding on the left column */
}

.holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:223px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding????k? */
        position:relative;
        left:50%;
	padding-left:16px; /*CK --- padding für col3 eingefuegt und aus den a.-Angaben herausgenommen --- */
}

/* Footer styles */
#footer {
        clear:both;
        float:left;
        width:980px;
	border-top:1px solid #000;
}

#footer p {
        padding:10px;
        margin:0;
}

.neunzehn{
	padding-left:7px;
	padding-top:7px;
	padding-bottom:7px;
}

.heightzwoelf{
	height:12px;
	width:10px;
	float:left;
}

.height3{
	height:3px;
}

.linien{
	padding-top:5px;
	padding-bottom:5px;
}

.mittelspalte {
	width:455px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:150%;
}