/*----GLOBAL----*/
/*--------------*/
* {
    padding: 0;
    margin: 0;
}
body {
background: #4c320d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}
img {
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a:link {	color: #4c320d;}
a:hover { text-decoration: none; color : #000; }
a:active {}
a:visited {}

table {
	border: 1px #C87D1A solid;
	border-collapse:collapse;
	overflow: hidden;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#table_border_0 table{
	border: 0px;
}

/* Klassen */
.input INPUT {
	border: 1px #C87D1A solid;
	/* background-color: transparent; */

	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;


}
.button INPUT {
	border: 1px #C87D1A solid;
	/* background-color: transparent; */
	font-weight: bold;

}
/*----CONTAINER----*/
/*-----------------*/
#wrap {
margin: 20px auto;
width: 800px;
}
#top {
background: #555 url(../images/top.jpg) no-repeat;
padding: 5px 0;
}
#header {
background: #4c320d url(../images/header.jpg) no-repeat;
height: 100px;
}
#menu {
height: 30px;
line-height: 30px;
background: #4c320d url(../images/menu.jpg) no-repeat;
}
#content {
background: #4c320d url(../images/content.jpg) repeat-y;
padding: 10px 20px;
min-height: 460px;
}
#bottom {
background: #555 url(../images/bottom.jpg) no-repeat;
padding: 10px 0;
}
#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}

/*----CONTAINER-Elemente----*/
/*--------------------------*/
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}


.left {
width: 760px;
float: left;
text-align: justify;
}
.left h2 {
color: #885a1b;
font-size: 12px;
font-weight: ;
padding : 10px 0 15px 0;
}
.center {
width: 760px;
text-align: center;
}



#footer a { color: #eee; }



#header h1 {
position: absolute;
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 20px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
position: absolute;
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 46px 0 5px 20px;
letter-spacing: -1px;
line-height: 12px;
}
#content td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
}
#next_bday {
	position: relative;
	top: 19px;

}

/* einzelne Elemente */

/* login | START */
#login {
	position: absolute;
	padding: 12px 0 0px 640px;
	text-align: right;
}
#button_logout {
	position: absolute;

	padding: 0px 0px 0px 80px;

	text-align: right;
}
#vorname_nachname_header {
position: relative;
right: 10px;
color: #c29961;
}

#links ul {
padding: 10px 20px;
}

#gif_bug {
	position: relative;

	top: 200px;
	left: 100px;
}
