/* Rahmenbedingungen schaffen */
body {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background-color:#FFFFFF;
font-family: Tahoma, Verdana, Helvetica, Geneva, Arial; 
overflow:auto;
background-image:url("/images/bg.jpg");
background-repeat:no-repeat;
background-attachment:scroll;
color:#FFFFFF;
}
div#header {
padding:30px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:750px;
height:50px;
}
div#container {
padding:0px 0px 0px 30px;
margin:0px 0px 0px 0px;
width:760px;
height:460px;
font-size:11px;
}
div#footer {
padding:20px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:750px;
height:35px;
text-align:center;
font-size:10px;
color:#000000;
}
/*Farben für Links*/
a:active   { 
color:#ff9900; 
text-decoration: none;
font-weight:bold;
}
a:link     { 
color:#ff9900; 
text-decoration: none; 
font-weight:bold;
}
a:visited  { 
color:#ff9900; 
text-decoration: none; 
font-weight:bold;
}
a:hover   { 
color:#FF0000; 
text-decoration: none; 
font-weight:bold;
}
/*Sonstige wichtige Farbdefinitionen*/
h1 {
font-size:12px;
font-weight:bold;
color:#CCCCCC;
background-color:#000000;
padding:5px 0px 5px 0px;
margin:0px 0px 0px 0px;
} 
h2 {
font-size:11px;
font-weight:bold;
color:#CCCCCC;
background-color:#000000;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
} 

/*Navigation*/
div#nav {
padding:20px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:100px;
font-size:12px;
font-weight:bold;
float:left;
}
/*Hauptbereich*/
div#sub_container {
float:left;
overflow:auto;
width:580px;
height:450px;
padding:0px 0px 0px 30px;
margin:0px 0px 0px 0xp;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #ccc;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #ccc;
scrollbar-3dlight-color: #ccc;
scrollbar-track-color: #000000;
}

div#content {
scrollbar-base-color: #000000;
scrollbar-arrow-color: #ccc;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #ccc;
scrollbar-3dlight-color: #ccc;
scrollbar-track-color: #000000;
float:left;
}
/*Definitionen für die Graue Text Rahmen*/
div#rahmen{
border:1px solid #3C3C3C;
margin:0px 0px 10px 0px;
padding:5px 5px 5px 20px;
width:500px;
background-color:#000000;
clear:left;
}
/*Formular Styles*/
input#buttonstyle {
color:#fff;
background-color:#000000;
border: 1px solid #FF9900;
width:98px;
margin:5px 1px 0px 0px;
}
input#formstyle {
color:#fff;
margin: 1px;
background-color:#000000;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
width:120px;
}
textarea#formstyle {
color:#fff;
margin: 5px 0px 0px 1px;
background-color:#000000;
border: 1px solid #999999;
width:120px;
}
div#table_inscription_text{
background-color:#000000;
padding:0px 0px 0px 0px;
width:100px;
float:left;
}
div#table_inscription_text_neg{
background-color:#FFFFFF;
color:#000000;
padding:0px 0px 0px 0px;
width:100px;
float:left;
}

/*Formular Styles*/
div#guestbook_nav_left{
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px; 
color:#c3c3c3;
width:160px;
float:left;
}
div#guestbook_nav_right{
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px; 
color:#c3c3c3;
width:160px;
float:right;
}
div#guestbook_name{
background-color:#3C3C3C;
padding:2px 2px 2px 2px;
text-align:right;
}
div#guestbook_header{
border:1px solid #333333;
padding:2px 2px 2px 2px;
margin: 0px 0px 5px 0px;
font-weight:bold;
color:#CCCCCC;
}
div#guestbook_text{
}

/*ECARD*/
input#ecards_buttonstyle {
color:#FFFFFF;
background-color:#000000;
border: 1px solid #FF9900;
width:98px;
margin:3px 6px 0px 5px;
}
input#ecards_formstyle {
color:#000000;
margin: 5px 0px 0px 5px;
background-color:#FFFFFF;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #999999;
width:200px;
}
textarea#ecards_formstyle {
color:#000000;
margin: 5px 0px 0px 5px;
background-color:#FFFFFF;
border: 1px solid #999999;
width:200px;
text-align:left;
}
div#ecard{
margin:0px 0px 10px 0px;
padding:5px 5px 5px 5px;
background-color:#FFFFFF;
width:500px;
height:375px;
clear:left;
}
