@CHARSET "ISO-8859-1";

html {
	padding: 0;	
	height:100.01%;
	margin: 0;
	font-family: Verdana;
}

body { 
	background-image: url(../img/jpg/background.jpg);
	background-repeat: repeat-x;
	background-color: #99cdff;
	padding: 0;	
	margin: 0;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#pagewidth {
	width: 100%;
	height: 1px;
	background-color: #014f99;	
}

#page {
	border: 1px solid #99cdff;	
}

.main {
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 1020px;
	padding: 0;
}

.head {
	width: 1000px;
	height: 320px;
	background-image: url(../img/jpg/head.jpg);
	background-repeat: no-repeat;
}

.head img.logo {
	margin: 45px 0 0 20px;	
}

.head img.diashow {
	float:right;
	margin: 0px 200px 0 0;	
}

.navigation {
	margin: 0;
	padding: 7px 0 12px 15px;
	width: 975px;
	height: 36px;
	background-image: url(../img/jpg/navigation.jpg);
	background-repeat: no-repeat;
}

.navigation li {
	float: left;
	margin: 0;
	padding: 8px 10px 12px 10px;
	list-style:none;
	border-right: 2px solid #ffffff;
	position: relative;
}
* html .navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
}  
  *:first-child+html .navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
}

.navigation li a {
	color: #99cdff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.navigation li ul {
    margin: 0; 
    padding: 0;
    width: 135px;
    position: absolute;
    top: 39px; 
    left: -8px;
    display: none;
}
* html .navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}
*:first-child+html .navigation ul {  /* Workaround fuer den IE 7 */
    background-image: url(../img/gif/trans.gif); 
	padding-bottom:0.4em;
}


.navigation li:hover ul, .navigation li ul:hover {
    display: block;  
}

.navigation li ul li {
	background-image: url(../img/png/subnavigation.png);
	background-repeat: repeat-y;
    float: none;
    display: block;
    color: #000000;
    border: 0;
	margin: 0;
    padding: 5px 20px;
}

.navigation li ul li.subfoot {
	height: 15px;
	background-image: url(../img/png/subnavigation_foot.png);
	background-repeat: no-repeat;
}

.content {
	width: 1000px;
	background-image: url(../img/jpg/content.jpg);
	background-repeat: repeat-y;
}

.bar {
	float: right;
	margin: 10px 30px 10px 15px;
	width: 250px;	
}

.box {
	width: 250px;
	background-image: url(../img/jpg/box_content.jpg);
	background-repeat: repeat-y;	
	margin: 30px 0;
	color: #99cdff;
	font-size: 12px;
}

.box .bhead {
	height: 40px;
	padding: 35px 0 0 75px;
	background-image: url(../img/jpg/box_head.jpg);	
	background-repeat: no-repeat;
	color: #99cdff;
	font-size: 13px;
	font-weight: bold;
	
}

.box .bfoot {
	height: 30px;
	background-image: url(../img/jpg/box_foot.jpg);	
	background-repeat: no-repeat;
}

.box table {
	margin: 0 25px;
}

.box p {
	margin: 10px 25px 10px 25px;
	color: #99cdff;	
}

.box a {
	color: #99cdff;
	text-decoration: underline;
}

.data {
	margin: 0 35px;		
	padding: 35px 0;
	font-size: 14px;
	width: 625px;
}

h1 {
	margin: 0 0 30px 0;	
	color: #464646;
	font-size: 15px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

table {
	margin: 0 0 0px 0;	
	font-size: 12px;
}

table th {
	background-color: #000000;
	color: #99cdff;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

table.forum {
	border: 1px solid #99cdff;
	border-bottom: 0px;
}

table.forum th.left {
	text-align: left;
}

table.forum th, table.forum td {
	border-bottom: 1px solid #99cdff;
}

table.forum td {
	background-image:url(../img/gif/forumtd.gif);
	background-repeat: repeat-x;
	background-color: #eaeaea;
	vertical-align: top;
}

.breadcrumb {
	font-weight: bold;
}

table.forum td a, .breadcrumb a {
	color: #014f99;
	font-weight: bold;
}

ul.list li {
	font-size: 13px;	
}

.news {
	margin-bottom: 50px;	
	font-size: 12px;
}

.news p.headline {
	color: #464646;
	font-size: 15px;
	font-weight: bold;		
}

.news p.addon {
	color: #929292;
	font-size: 12px;		
}

.news .calender {
	float: left;
	width: 42px;
	height: 53px;
	background-image: url(../img/jpg/kalender.jpg);
	background-repeat: no-repeat;	
	color: #464646;	
	margin: 0 10px 0 0;	
}

.news .calender .month {
	font-size: 9px;
	font-weight: bold; 
	padding-top: 7px;
	margin: 0px 0px 4px 3px;
} 

.news .calender .day {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 8px;	
}

.pagelink, .link {
	color: #464646;	
	font-weight: bold;	
}

div.picture {
	margin: 0;
	padding: 0;
}

.data img {
	float: left;
	margin: 15px;
	border: 5px solid #99cdff;	
}

.data img.profile {
	float: none;
	margin: 5px;
	border: 2px solid #99cdff;	
}

.foot {
	width: 1000px;
	height: 75px;
	background-image: url(../img/jpg/foot2.jpg);
	background-repeat: no-repeat;
	color: #99cdff;
	font-size: 10px;
}

.foot h1 {
	float: left;
	margin: 10px 15px 0 0;
	padding: 10px 15px 10px 30px;
	font-size: 14px;
	font-weight: bold;
	border-right: 2px solid #99cdff;
}

.foot table {
	margin: 10px 15px;	
}

.button {
	margin: 0 0 0 10px; 
	padding: 1px 0px;
	width: 105px;
	height: 30px;
	background-image: url(../img/jpg/button.jpg);
	background-repeat: no-repeat;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.buttonw {
	margin: 0 0 0 10px; 
	padding: 1px 0px;
	width: 105px;
	height: 30px;
	background-image: url(../img/jpg/buttonw.jpg);
	background-repeat: no-repeat;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.not_underline {
	text-decoration: none;
}

.preload {
	display: none;	
}

.creation { 
	width: 580px; 
	background-color: #eaeaea;
	margin: 20px 0;
}

.creation .code {
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
}

.gallery { 
	float:left;
	width: 130px; 
	background: #eaeaea;
	margin: 20px 20px 20px 0;
}

.gallery h1 a, .creation h1, .gallery p, .gallery a {
	margin: 0 10px;
	color: #000000;
	background: #eaeaea;
}

div.page {
	font-size: 10px;
	margin: 0 10px;
}

.gallery h1, .creation h1 {
	font-size:13px;
	color:#000000; 
	padding: 5px;
}
.gallery .top, .creation .top, .gallery .bottom, .creation .bottom {
	display:block;
	background: #FFFFFF;
}

.gallery .top b, .creation .top b, .gallery .bottom b, .creation .bottom b {
  display:block;
  height: 1px; 
  overflow: hidden; 
  background: #eaeaea;
}

.r1 {
	margin: 0 5px;
}

.r2 {
	margin: 0 3px;
}

.r3 {
	margin: 0 2px;
}

.gallery .top .r4, .creation .top .r4, .gallery .bottom .r4, .creation .bottom .r4 {
	margin: 0 1px;
	height: 2px;
}

.gallery form, .creation form {
	padding: 10px;
}

.gallery form .error, .creation form .error {
	color: #FF0000;
	background-color:#FFCCCC;
	border: 1px solid #FF0000;
	margin-bottom: 15px;
	padding: 5px;
}

.gallery form .success, .creation form .success {
	color: #33CC00;
	background-color: #CCFFCC;
	border: 1px solid #33CC00;
	margin-bottom: 15px;
	padding: 5px;
}

.gallery .gallery_pic {
	height: 140px;
	width: 130px;
	font-size: 12px;
	text-align: center;
}

.gallery .gallery_pic img {
	float: none;
	border: 2px solid #99cdff;
	margin: 3px auto;
}

.gallery .gallery_pich img {
	border: 2px solid #99cdff;
	margin: 5px 0 0 30px;
}

.creation table td {
	color: #464646;
	font-weight: bold;
}

div.error {
	margin: 10px 0 10px 0;
	border: 1px solid #941605;
	background-color: #FCEEED;
	padding: 5px;
	color: #941605;
	font-weight: bold;
	font-size: 12px;				
	text-align: left;
	list-style-position:inside
}

div.attention {
	margin: 10px 0 10px 0;
	border: 1px solid #FC9A27;
	padding: 5px;
	color: #FC9A27;
	font-weight: bold;
	font-size: 12px;				
	text-align: left;
	list-style-position:inside
}

div.success {
	margin: 10px 0 10px 0;
	border: 1px solid #389021;
	background-color: #EAF5E8;
	padding: 5px;
	color: #389021;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	list-style-position:inside
}