html {background:url(images/body_bckg.jpg) center repeat-y #1f0100;}
body {margin:0; font-size:15px; line-height:18px; font-family:"Times New Roman", Times, serif; background:url(images/head_bckg.jpg) repeat-x; padding-top:80px;}
a {color:#775b30;}
a:hover {text-decoration:none;}
th{background-color:#decebd;}
h1 {margin:20px 0 0 0; text-transform:uppercase; font-size:20px; font-weight:normal;}

#container {width:1000px; margin:0 auto;}

#header {margin:0 20px; background:url(images/main_top.jpg) no-repeat #FFFFFF; height:80px;}
#logo {float:left; height:30px; padding:50px 0 0 90px; background:url(images/logo.gif) no-repeat 40px 40px; }
#logo a {color:#000000; font-size:24px; text-decoration:none; text-transform:uppercase;}
#menu {float:right; height:30px; padding:50px 20px 0 0;  }
#menu ul {margin:0; padding:0;}
#menu ul li {display:inline; list-style:none;  }
#menu ul a {display:block; float:left; font-size:16px;  text-decoration:none; padding:2px 6px 2px 6px; 
background-color:#E7E2DD; 
color:#5d6a61; font-weight:bold; font-family: "Arial", sans-serif;
border-right:2px solid white;}
#menu ul a:hover {background-color:#F7F2EE;}

#main {margin:0 20px; background-color:#FFFFFF; float:left;}
#text {float:right; width:550px; padding:10px 20px 0 20px;}
#text ul {padding:0; margin:10px 0 10px 40px;}
#text ul li {padding-left:20px; background:url(images/li.gif) no-repeat; list-style:none;}
#text p {margin:10px 0;}
#sidebar {float:left; width:270px; background:url(images/sidebar_image.jpg) no-repeat 0 10px; padding:420px 50px 20px 50px; color:#775b30; font-size:12px;}
#full {float:left; padding:10px 20px 0 20px;}

#footer {height:149px; clear:both; background:url(images/footer_bckg.jpg) no-repeat; text-transform:uppercase; font-size:10px; color:#5c5c5c;}
#left_footer {float:left; padding:40px 0 0 50px;}
#right_footer {float:right; padding:40px 50px 0 0;}

// Roter Stern bezeichnet notwendige Felder
span.req { color:red; vertical-align:super; }

 /* BUTTONS */

.buttons a, .buttons button, button{
    // display:block;
    // float:left;
    background-color:#fbf2e4;
    border:1px solid #aaa;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
	margin-top:5px; 
	margin-bottom:5px;
}

.msg { color: red; font-weight: bold; size:18px; border: 1px solid;}
.boxed { border: 1px solid #5d6a61; padding:3px; padding-left:10px; padding-right:10px;} // user in index.php5 for displaying Shortlink
