/*

Copyright 2009 Michael Kefeder

*/

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #333;
    background-color: #69c;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: black;
    font-weight: bold;
    border-bottom: 1px dotted grey; 
}
a:visited { color: #000; border-color: #aaa; }
a:hover { color: #888; border-color: #888; text-decoration: none; }
a:active { color: #f00; border-color: #f00; }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	z-index: 150;
	background-image: url(images/UFO_logo.png);
	width: 373px;
	height: 176px;
}

/* -- Content wrapper */
#content-bg {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: fixed;
	background-image: url(images/background-master-fade.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#content-center {
	width: 800px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
}

#menu {
	top: 50px;
	position: relative;
	height: 50px;
	z-index: 200;
}

#menu .bodycontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu .bodycontent li {
	float: left;
	margin-right: 5px;
}

#content {
	position: relative;
	top: 80px;
}

#content .bodycontent {
	margin-top: 20px;
}

#footer {
	position: relative;
	top: 100px;
}

.no_dotted a {
	text-decoration: none !important;
	border-bottom: none;
}

/* Main Body */
.clr {clear: both;}
#menu .bodycontent {text-align: left; padding: 0px 10px 5px 10px; float: left;}
#content .bodycontent {text-align: left; padding: 10px;}
#mainbody-overlay {padding-top: 1px;}
#mainbody-overlay2 {overflow: hidden;padding-top: 15px;padding-bottom: 0;}
.colmask {clear:both;float:left;overflow:hidden;position:relative;width:100%;}
.col1wrap {padding-bottom:2em;}
#maincol2 {position: relative;}
#page-bg {overflow:hidden;}
.wrapper {position:relative;}
#maincontent-surround {overflow: hidden;}
#maincontent-tm {margin: 0 12px;}
#maincontent-tl {margin-left: -12px;}
#maincontent-tr {margin-right: -12px;height: 20px;}
#maincontent-m {margin: 0 12px;}
#maincontent-l {margin-left: -12px;}
#maincontent-r {margin-right: -12px;padding: 0 12px;}
#maincontent-2m {margin-top: 170px;}
#maincontent-2l {margin-top: -170px;}
#maincontent-2r {margin-top: -170px;}
#maincontent-bm {margin: 0 12px;}
#maincontent-bl {margin-left: -12px;}
#maincontent-br {margin-right: -12px;height: 12px;}


.light #maincontent-tm {background: url(images/main/light/maincontent-tm.png) 0 0 repeat-x;}
.light #maincontent-tl {background: url(images/main/light/maincontent-tl.png) 0 0 no-repeat}
.light #maincontent-tr {background: url(images/main/light/maincontent-tr.png) 100% 0 no-repeat;}
.light #maincontent-m {background: url(images/main/light/maincontent-m.png) 0 0;}
.light #maincontent-l {background: url(images/main/light/maincontent-l.png) 0 0 repeat-y;}
.light #maincontent-r {background: url(images/main/light/maincontent-r.png) 100% 0 repeat-y;}
.light #maincontent-surround {background: url(images/main/light/maincontent-bg.png) 0 0 repeat-x;}
.light #maincontent-bm {background: url(images/main/light/maincontent-bm.png) 0 0 repeat-x;}
.light #maincontent-bl {background: url(images/main/light/maincontent-bl.png) 0 0 no-repeat}
.light #maincontent-br {background: url(images/main/light/maincontent-br.png) 100% 0 no-repeat;}

/* NEWS uebersicht */

.ditto_documentInfo {
	font-size: smaller;
}

.ditto_contentText {
	margin-top: 10px;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid white;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #69c;
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #ccc; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: black;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
