﻿body { 
    margin: 0px; 
    height: 100%; 
    text-align: center; 
    background-color: #478800;
    background-image: url(/App_Themes/Website/images/layout/backgroundmain.gif);
    background-repeat: repeat-x;

    color: #FFFFFF;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size: small;
    font-style: normal;
    font-weight: normal;

} 

a {
    color: #cbfe39;
    font-style: normal;
    font-weight: normal;
    text-decoration: underlined;
}
a:hover {
    color: #333333;
    font-style: normal;
    font-weight: normal;
    text-decoration: underlined;
}

h1 {
    margin: 0px 0px 10px 0px; 
    font-size: x-large;
    color: #333333;
}

.NoBullet {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;    
}

#main { 
    background-color: #54a000;
    background-image: url(/App_Themes/Website/images/layout/backgroundmainmiddle.jpg);
    background-repeat: repeat-x;    
    text-align: left;    
    position: relative; 
    margin: 0 auto; 
    width: 970px; 
} 
#header {
    background-color: #54a000;
    margin: 0px 0px 0px 0px;
}

.Titel {
    color: #cbfe39;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size: x-large;
    font-style: normal;
    font-weight: normal;
    
}
.Subtitel {
    color: #ffffff;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size: larger;
    font-style: normal;
    font-weight: normal;
}
.Content {
    color: #ffffff;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size: normal;
    font-style: normal;
    font-weight: normal;
}
.imgMain {
    margin: 8px 0px 0px 0px;
}

.link {
    color: #222222;
    font-style: normal;
    font-weight: normal;
    text-decoration: underlined;
}
.link:hover {
    color: #cbfe39;
    font-style: normal;
    font-weight: normal;
    text-decoration: underlined;
}



/* ============ Begin GridView =========== */    

.HeaderStyle {
    color                       : #FFFFFF;
	font-weight                 : normal;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	height						: 22px;
	background-color            : #346300;
}

.RowStyle td, .classRowStyle {
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	height						: 22px;
	padding                     : 6px;
	background					: #7fac4d;
    text-align: left;
}

.RowStyleAlternate td, .classRowStyleAlternate {
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	height						: 22px;
	padding                     : 6px;
	background					: #6ca033;
    text-align: left;
}    
/* ============ Eind GridView =========== */   