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

input {
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
    color: #000000;
	margin:5px;
}
textarea {
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
    color: #000000;
	margin:5px;
}
select {
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
    color: #000000;
	margin:5px;
}
file {
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
    color: #000000;
	margin:5px;
}
ol{ padding-left:10px; list-style-position:inside; }
ul{ padding-left:10px; list-style-position:inside; }

a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #079F07;
	text-decoration: underline;
}

a.linkMenu {
	color: #000000;
	text-decoration: none;
}
a.linkMenu:hover {
	color: #000000;
	text-decoration: none;
}

a.linkAdmin {
	color: #000000;
	text-decoration: none;
}
a.linkAdmin:hover {
	color: #079F07;
	text-decoration: none;
}

a.linkTitle {
	color: #079F07;
	text-decoration: none;
}
a.linkTitle:hover {
	color: #079F07;
	text-decoration: none;
}

html {
	height: 100%;	
}

body {	
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
    color: #000000;
	background-color: #F5F5F5;
}

h1 {
	font-size: 20px;
	color: #079F07;
	font-weight: normal;
	margin-bottom:10px;
}
h2 {
	font-size: 12px;
	color: #079F07;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #079F07;
}

.imgGal {
	margin:10px;
	border:1px solid #e4f4e4;
	opacity:1;
	}
.imgGal:hover {
	margin:10px;
	border:1px solid #079F07;
	opacity:0.7;
	}
	
.desBodyGrau {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 320px;
	background-color: #EAEAEA;
}
.desBodyMenu {
	position: absolute;
	top: 25px;
	left: 0px;
	right: 0px;
	height: 35px;
	background-image: url(../pics/bg/bgDesBodyMenu.png);
}
.desBodyBanner {
	position: absolute;
	top: 0px;
	left: 55px;
	bottom: 0px;
	width: 157px;
	background-image: url(../pics/bg/bgDesBodyBanner.png);
}
.desBodyBanner2 {
	float: right;
	height: 320px;
	width: 150px;
	margin-top: -25px;
	background-image: url(../pics/bg/bgDesBodyBanner.png);
}
.desBodyImg {
	position: absolute;
	text-align:center;
	top: 0px;
	left: 50%;
	margin-left: -440px;
	height: 320px;
	width: 880px;
}
.desBodyLogo {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -440px;
	height: 110px;
	width: 172px;
	background: url(../pics/bg/bgLogo.png) left no-repeat;
}
.showAdmin {
	position: absolute;
	top: 7px;
	right: 0px;
}
.desLineOL {
	position: absolute;
	left: 0px;
	bottom: -101px;
	width: 30px;
	height: 170px;
	background: url(../pics/bg/bgLineOL.png) top left no-repeat;
}
.desLineOR {
	position: absolute;
	right: 0px;
	bottom: -101px;
	width: 30px;
	height: 170px;
	background: url(../pics/bg/bgLineOR.png) top right no-repeat;
}

.desBottomGrau {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	background-color: #EAEAEA;
}
.desBottomMenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
	background-image: url(../pics/bg/bgDesBodyMenu.png);
}
.desBottomImg {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -440px;
	height: 40px;
	width: 880px;
	background: url(../pics/bg/bgDesBottomImg.png) top center repeat-y;
}
.desLineUL {
	position: absolute;
	left: 0px;
	top: -56px;
	width: 30px;
	height: 136px;
	background: url(../pics/bg/bgLineOL.png) top left no-repeat;
}
.desLineUR {
	position: absolute;
	right: 0px;
	top: -56px;
	width: 30px;
	height: 136px;
	background: url(../pics/bg/bgLineOR.png) top right no-repeat;
}

.desMain {
	position: absolute;
	top: 320px;
	left: 50%;
	width: 768px;
	margin-left: -409px;
	min-height: 200px;
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:15px;
	background: url(../pics/bg/bgMainTop.png) top repeat-x;
}
.desMainBottom {
	position: absolute;
	top: -60px;
	left: 50%;
	width: 818px;
	margin-left: -409px;
	height: 61px;
	background: url(../pics/bg/bgMainBottom.png) bottom repeat-x;
}

.showMenu {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 820px;
	margin-left: -410px;
	height: 35px;
}
.menu {
    font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	height: 26px;
}
.menu:hover {
    font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	height: 26px;
	background: url(../pics/bg/bgMenuActive.png);
}
.menuActive {
    font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	height: 26px;
	background: url(../pics/bg/bgMenuActive.png);
}

.bottomDesigned {
	position: absolute;
	top: 7px;
	right: 45px;
	color: #FFFFFF;
	font-size: 10px;
}
.bottomCopyright {
	position: absolute;
	top: 7px;
	left: 120px;
	color: #FFFFFF;
	font-size: 10px;
}
.bottomLanguage {
	position: absolute;
	top: 6px;
	left: 45px;
	color: #FFFFFF;
	font-size: 10px;
}
	
.divTable {
	margin-bottom: 3px;
	border: 1px solid #F5F5F5;
	float: right;
	width:100%;
	}

.divTable:hover {
	margin-bottom: 3px;
	border-top: 1px solid #C1E7C1;
	border-left: 1px solid #C1E7C1;
	border-right: 1px solid #C1E7C1;
	border-bottom: 1px solid #079F07;
	background: url(../pics/bg/bgTableTopShadow.png) top repeat-x #EDF8ED;
	float: right;
	width:100%;
	}
	
.divTd {
	vertical-align: top;
	float: left;
	padding:5px;
	}






