body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('/gfx/v2/bg.gif') repeat;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	min-width: 760px;
}

img { border: 0; }

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #F49500;*/
	color: #00697d;
	font-size: 22px;
	font-weight: bold;
}

h1 a {
	text-decoration: none;
	color: #00697d;
}

h1 a:hover {
	color: #000;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: left;
}

blockquote {
	padding-left: 20px;
	background: url('/gfx/img05.gif') repeat-y;
}

a {
	text-decoration: none;
	color: #00697d;
}

a:hover {
	color: #000;
}

#wrapper {
	margin:0 auto;
	width:980px;
	text-align: left;
}

#teaser {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 980;
	height: 120px;
}

.teaser_item {
	float: left;
	width: 180px;
	height: 120px;
	border: 1px solid #c5c5c5;
	margin-right: 17.5px;
	background: #000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.teaser_item a {
	color: #fff;
}

.teaser_item a:hover {
	color: #9fafb6;
}

/* Header */

#header {
	width: 978px;
	height: 88px;
	border: 1px solid #c5c5c5;
	margin: 0 auto;
	background: url('/gfx/v2/bar.jpg');
	margin-bottom: 10px;
}


/* Menu */

#menu {
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url('/gfx/img03.gif') no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

#menu #active {
	color: #FFFFFF;
}

/* Content */

#contents {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0px;
	background: #FFFFFF url('/gfx/img04.jpg') repeat-x left bottom;
}

/* Posts */

#posts {
	width: 700px;
	background: url('/gfx/logo_bg.jpg') no-repeat top center;
	vertical-align: top;
}

/* News */
.newsbox p {
	margin-top: 5px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

.newsbox .image {
	float:right;
	margin-left: 10px;
	margin-bottom:10px;
}

.ingress {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

.text {
	margin-top: 5px;
	font-family: Verdana;
	font-size: 12px;
}

/* Links */

.links .header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	background: #9fafb6;
	border: 1px solid #cbd3d7;
}

.links .header span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	top: 2px;
	padding-left: 5px;
}

.links {
	float: right;
	width: 130px;
	padding-left: 0px;
}

.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.links li ul {
	padding: 5px 0 30px 0;
}

.links li li {
	padding: 7px 10px;
	background: url('/gfx/img06.gif') repeat-x left bottom;
}

.links li a {
	text-decoration: none;
}

.links li a:hover {
	text-decoration: underline;
}

.links li i {
	font-style: normal;
	font-size: 9px;
}

.links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url('/gfx/img07.gif') repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}



/* Flash messages */
.flash {
	color: #404040;
	font: normal 2em Verdana,sans-serif;
        margin-bottom: 15px;
        border: 1px solid #c0c0c0;
        background-color: #f0f0f0;
        padding: 5px;
}

code {
	background: url(/gfx/tpl/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font-size: 1.2em;
	padding-bottom: 1.2em;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

/* tooltip */
#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:1.0em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

/* Big box with list of options */
#ajax_listOfOptions{
  position:absolute;  /* Never change this one */
  width:175px;  /* Width of box */
  height:250px;  /* Height of box */
  overflow:auto;  /* Scrolling features */
  border:1px solid #317082;  /* Dark green border */
  background-color:#FFF;  /* White background color */
  text-align:left;
  font-size:1.2em;
  z-index:100;
}
#ajax_listOfOptions div{  /* General rule for both .optionDiv and .optionDivSelected */
  margin:1px;    
  padding:1px;
  cursor:pointer;
  font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{  /* Div for each item in list */
  
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
  background-color:#317082;
  color:#FFF;
}
#ajax_listOfOptions_iframe{
  background-color:#F00;
  position:absolute;
  z-index:5;
}

/* input boxes */
label {
    width: 50px;
    float: left;
    text-align: right;
    margin-right: 0.3em;
    display: block;
    font-size: 10px;
}
.formtext {
	font-size: 12px;
	vertical-align: top;
}

#posts label {
    width: 100%;
    float: none;
    text-align: left;
    font-weight: bold;
}
#posts input {
    display: block;
    margin-bottom: 10px;
}

#posts textarea {
    display: block;
    margin-bottom: 10px;
}

#login {
	border: 1px solid #000;
}

/* Dropdown menu on top */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
background: #3f3f3f url('/gfx/tpl/dropmenu.png');
}

#dropmenudiv a:hover{ /*hover background color*/
background: #575757;
}

#dropmenudiv #active {
background: #575757;
}

.editable {
	background-color: #ffffd3;
}

.path {
	color: #000;
	margin: 0 0 5px 0;
	padding: 5px 0 2px 0;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}


/* Kalender */

#tinycalendar {
	width: 130px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#tinycalendar .nav, #tinycalendar .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


#tinycalendar caption {
	margin: 0;
	padding: 0;
	width: 130px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#tinycalendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

#tinycalendar .today, #tinycalendar td.today a, #tinycalendar td.today a:link, #tinycalendar td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #DF9496;
}

#tinycalendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(/gfx/v2/bg_calendar.gif) no-repeat right bottom;
}

#tinycalendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#tinycalendar td a:link, #tinycalendar td a:visited {	
	color: #608194;
	background: url(/gfx/v2/bg_calendar.gif) no-repeat;
}

#tinycalendar td a:hover, #tinycalendar td a:active {
	color: #6aa3ae;
	background: url(/gfx/v2/bg_calendar.gif) no-repeat right top;
}
