html, body{
	height: 100%;
    width: 100%;
	scrollbar-3dlight-color: #DCF66FF;
	scrollbar-arrow-color: #336699;
	scrollbar-base-color: #33CCFF;
	scrollbar-darkshadow-color: #336699;
	scrollbar-face-color: #3399CC;
	scrollbar-highlight-color: #DCF6FF;
	scrollbar-shadow-color: #336699;
}
body {
    position: absolute;
	margin: 0%;
	padding: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	background-color:#FFFFFF;
	text-align:center; /* site in the middle of its window */
    background-image: url(../images/muster.gif);
}

#page {
    position: relative;
	text-align:left; /* each page text left aligned */
	margin: 0px auto;
	width: 90%;
	height:auto;
	background-color: #dcf6ff;
}
#title {
    background-image: url(../images/title_verein_new.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	height: 93px;
	background-color: #32ccfe;
}
#titlelogo {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 93px;
    width: 142px;
    background-color: transparent;
    background-image: url(../images/title_logo.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
#title_underline {
    position: relative;
	margin-left: 0;
	width: 100%;
	height:80px;
	background-image: url(../images/vmenu_bg1a.gif);
	background-repeat: repeat-x;
	background-color: white;
}

#hmenu {
	margin-left: 0px;
	height: 24px;
	width: 100%;
	background-color: transparent;
	padding-top: 23px;
}

/* only first item */
#hmenu .first_item {
	padding-left: 150px;
	background-image: url(../images/vmenu_bg2.gif);
	background-repeat: repeat-x;
	float: left;
}

/* only last item -- aligned under hmenu. 
- For Opera: margin-top: 0px and not margin-top: (-24px), as the other objects...
- For IE and Mozilla, defined on the html-file, with a trick, which 
Opera doesn't read: media="sc&#82;een"  
----> for more info: http://hem.fyristorg.com/g-force/test/hidecss.htm */
#hmenu .spec_item {
	float:right;
	margin-top: 0px;
}

#icons {
    position: relative;
	margin-top:12px;
    margin-right: 185px;
	width: auto;
	height: auto;
}

/* with float right and float left, 
they will be positioned one next 
to the other, and not under */
#print {
	width: 70px;
	height:11px;
	float: right;
	margin-top: 4px;
}

fieldset {
	padding:5px 10px 10px 10px;
	border:#319ace 1px solid;
}
legend {
	padding:5px 5px 10px 5px;
	color:#319ace;
}


/******************** CONTENT ********************/

/* directly positioned under title_underline */
#content_corner {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: -14px;
    width: 8px;
    height: 8px;
    background-image: url(../images/content_corner.gif);
    background-repeat: no-repeat;
}
#content_corner[id] {
    margin-left: -11px;
}

#contentcontainer {
	margin-left: 0px;
	margin-top: -7px; /* standard.css in Typo3, margin-top = -2px!!!! 
							Don't know why IE here less margin needs... 
							but here draws a white line between header and 
							content...?? */
	width: 100%;
	position: relative;
	height: auto;
	font-size: 0.7em;
	line-height: 1.4em;
	/* float: left and bg-image, to ensure that bg-image
	has the whole length of our content */
	float: left;
   	background-repeat: repeat-y;
    background-color: #dcf6ff;
    background-image: url(../images/page_bg_new.gif);
}

/* Mozilla trick */
#contentcontainer[id] {
    padding-top: -11px;
    margin-top: -2px;
}

#vmenu {
	margin-top: 20px;
	margin-left: 0px;
	float: left; /* in contentconainer left aligned */
	width: 150px;
	height: auto;
	border-top: white solid 1px;
}

#leftcontent {
    width: auto;
    height: auto;
    margin: 20px 0px 0px 0px;
    position: relative;
    font-size: 0.8em;
}
#rightcontent {
    height: auto;
    width: 150px;
    float: right;
    margin: 0px 7px 0px 0px;
    font-size: 0.8em;
}
#rightcontent[id] {
    margin-right: 15px;
}
#leftcontent h1, #rightcontent h1,
#leftcontent h2, #rightcontent h2,
#leftcontent h3, #rightcontent h3,
#leftcontent h4, #rightcontent h4 {
    font-size: 1.2em;
}
#leftcontent img.spacer-gif, #rightcontent img.spacer-gif,
#leftcontent br, #rightcontent br {
    display: none !important;
}
.leftcontentbox, .rightcontentbox {
    border: 2px solid #3399cc;
    margin-bottom: 10px;
    padding: 5px;
}

#content {
    position: relative;
	width: auto;
	height: auto;
	margin-left: 185px;
	margin-right: 185px;
	padding: 0px 10px 10px 0px;
    background-color: white;
}

#content h1 {
	font-size: 1.4em;
	color: #3399CC;
}
#content h2 {
	font-size: 1.2em;
	color: #3399CC;
}
#content h3 {
	font-size: 1.1em;
	color: #3399CC;
}
#content h4 {
	font-size: 1em;
}

#content h1, #content h2, #content h3, #content h4 {
	line-height: normal;
	font-weight: bold;
}
h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 12px; 
}
#content p {
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
#content a {
	color: #3399CC;
}
#content a:hover {
	text-decoration: none;
}
#content table {
	font-size: 1em;
	line-height: 1.4em;
}
#content li, ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/karo.gif);
}

#vmenu1,
#vmenu2 {
	width: 150px;
	display:block;
	border-left: white solid 1px;
	border-right: white solid 1px;
}
#vmenu a {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	color: White;
}
#vmenu .item1,
#vmenu .item2  {
	background-image: url(../images/vmenu_corner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	border-bottom: white solid 1px;
	background-color: #33CCFF;
}
#vmenu .item1 {
	height: 28px;
	background-color: #33CCFF;
}
#vmenu .item2 {
	height: 25px;
	background-color: #3399CC;
}
#vmenu td {
	padding-left: 10px;
}
#back {
	font-size: 1em;
	margin-top: -7px;
	margin-right: 25px;
	float: right; /* in contentcontainer right positioned... 
						not in conflict with vmenu or content */
	text-align: right;
	width: 40px;
}

/* Mozilla trick */
#back[id] {
	margin-right: 15px;
}
#back a {
	color: #3399CC;
}
#back a:hover {
	text-decoration: none;
}

.imagetext {
    font-size: 0.8em;
    font-weight: normal;
}
input, textarea, option, select {
    background-color: #DCF6FF;
    border: 1px solid #3399CC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
}
form table td{
    font-weight: bold;
    vertical-align: top;
}
#content  .stmp_rot, #content .stmp_rot a {
    color: #3399CC;
    text-decoration: none;
    line-height: 170%;    
    margin-left: 20px;       
}
#content .stmp_grau01, #content .stmp_grau01 a{
    color: #666666;
    text-decoration: none;
    line-height: 170%;
    margin-left: 20px;
}
#content  .stmp_grau02, #content  .stmp_grau02 a {
    color: #999999;
    text-decoration: none;
    margin-left: 20px;
}
.gbtable01 {
    background-color: #F3F3F3;
}
.gbtable02 {
    background-color: #E1E1E1;
}
.gbtable03 {
    background-color: #33CCFF;
}
.gbtable04 {
    background-color: #3399CC;
}
.gbdaten {
    font-size: 0.8em;
}
.gbtitle01 {
    font-size: 1.1em; 
    color: black;
    font-weight: bold;
}
.tabletitle {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #33CCFF;
}
.tablecontent {
    font-size: 0.8em;
    border: 1px solid #33CCFF;
    padding: 2px;
}
.tabletitle01 {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #33CCFF;
    width:85px;
}
.small {
    font-size: 0.8em;
}
.medium{
    font-size: 1em;
}


/**************** FOOTER *********************/

#footer {
    position: relative;
    top: 0px;
    left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 30px;
	margin: 0px;
}
#bg_footer {
    position: relative;
    top: 0px;
    left: 0px;
	height: 10px;
	width: 100%;
	background-color: #3399CC;
	background-image: url(../images/footer_corner.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#designby {
	height: 10px;
	font-size: 9px;
	text-align: center;	
	margin-left: 0px;
	margin-top: 0px;
}
#designby a {
	color: #3399CC;
	text-decoration: none;
}



