{}/* CSS Document */

/* DSG-Farben - Blau: #00203A, Grün: #BEA925 */

/* Allgemeine Formatierungen - Start */
.kulinar td
{
	vertical-align:top;	
}

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	background-image: url(http://dessg.de/pictures/BGR.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 15px;
}

a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a.foot {
	color: #999999;
	text-decoration: none;
}
a.foot:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #BEA925;
	line-height: 130%;
	color: #BEA925;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCC00;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #BEA925;
	line-height: 130%;
	color: #BEA925;
	margin-top: 10px;
	margin-bottom: 2px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #BEA925;
	line-height: 130%;
	color: #BEA925;
	margin-bottom: 2px;
}

/* Allgemeine Formatierungen - Ende */

/* Layoutboxen - Anfang */

#Logo {
	position: fixed;
	top: 10px;
	left: 0px;
	width: 270px;
	height: 150px;
	z-index: 2;
}

#Navi {
	position: absolute;
	top: 30px;
	left: 302px;
}

#Alt_Navi {
	position: fixed;
	top: 170px;
	left: 0px;
	width: 270px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

#test {
	width: 300px;
	height:	100%;
}

#Sub_Navi {
	padding-bottom: 10px;
}

#Navi_Shadow {
	position: absolute;
	top: -20px;
	left: 845px;
}

#Navi_Line {
	position: absolute;
	top: 65px;
	left: 303px;
	width: 510px;
	height: 3px;
	background-image: url(http://dessg.de/pictures/Line.gif);
	background-repeat: repeat-x;
}

#Blume {
	position: absolute;
	top: 300px;
	left: 0px;
	height: 250;
	width: 283px;
	z-index: 1;
}

#Content {
	position: absolute;
	top: 90px;
	left: 303px;
	width: 510px;
}

/* Layoutboxen - Ende */

/* HTML-Elemente Layoutboxen - Anfang */

.Navi {
	padding-right: 15px;
}

.Active {
	margin-right: 15px;
}

#Alt_Navi td {
	height: 35px;
	width: 270px;
}

#Footer {
	font-size: 10px;
	color: #999999;
	margin: 15px 0px 0px;
	padding: 5px 0px 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#Footer p {
	padding: 0px;
}

/* HTML-Elemente Layoutboxen - Ende */

/* Design-Klassen - Anfang */

.float_left {				/* Inhalt läuft links am vorhergehenden Element vorbei */
    float : left;
    margin : 3px 10px 5px 0;
}

.float_right {				/* Inhalt läuft rechts am vorhergehenden Element vorbei */
    float : right;
    margin : 3px 0 5px 10px;
}

.img_left {
	float : left;
	padding: 1px;
	border: 1px solid #00203A;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.img_right {
	float : right;
	padding: 1px;
	border: 1px solid #00203A;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.title {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	line-height: 130%;
	color: #BEA925;
	padding-bottom: 13px;
	display: block;
}

.width_15 {
	width : 15px;
}

.width_50 {
	width : 50px;
}

.width_75 {
	width: 75px;
}

.spacer {					/* Vergrößert den Abstand zum nachfolgenden Element */
	margin : 5px 0 20px;
}
.toppad {
	margin-top: 50px;
}

/* Design-Klassen - Ende */
.small {
	font-size: 10px;
}
.formular { width:100%;}
.formular tr td { vertical-align:top; padding-bottom:5px; padding-right:5px;}
.rot {color:red;}
