/* Standard Elemente */
body{
	font-family: Verdana, Arial, Geneva, Helvetica;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	padding:0px;
	margin: 0px;
	background-image: url("Images/PageBG.png");
	background-repeat: repeat-x;
	background-color: white;
}

h1{
	font-size: 23px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	color: #440000;
}

h2{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #440000;
}

/* Skin Designelemente*/

.BlackBG{background-color: black;}

.WhiteBG{background-color: white;}

.TopLeft{
	background-image: url("Images/PageTopLeft.gif");
	background-repeat: no-repeat;
}

.Top1{
	background-image: url("Images/PageTop1.gif");
	background-repeat: no-repeat;
}

.Top2{
	background-image: url("Images/PageTop2.gif");
	background-repeat: repeat-x;
}

.BottomLeft{
	background-image: url("Images/PageBottomLeft.gif");
	background-repeat: no-repeat;
}

.Bottom1{
	background-image: url("Images/PageBottom1.gif");
	background-repeat: no-repeat;
}

.Bottom2{
	background-image: url("Images/PageBottom2.gif");
	background-repeat: repeat-x;
}

.MenuSpacer{
	background-image: url("Images/MenuItemSpacer.gif");
	background-repeat: repeat-y;
}

/* Menu */

.Menu{
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.Menu span{
	font-size: 12px;
	font-weight: bold;
	color: white;
	position:relative;
	top:4px;
	left: 7px;
	text-decoration: none;
}

.Menu a{
	color: white;
	text-decoration: none;
}

.Menu a:Hover{
	color: yellow;
}

.MenuItem{
	background-image: url("Images/MenuItemBG.gif");
	background-repeat: no-repeat;
}

.MenuItem:HOVER{
	background-image: url("Images/MenuItemBGHover.gif");
}

.MenuItemS{
	background-image: url("Images/MenuItemBGHover.gif");
	background-repeat: no-repeat;
}

.MenuDiv{
	display: block;
	width: 181px;
	height: 27px;
	vertical-align: text-bottom;
}

/* Farben */
.bg0{
	background-color: #e5eeff;
}

.bg1{
	background-color: #ccddf4;
}

.bg2{
	background-color: #aaccf4;
}

.bgborder{
	background-color: #000044;
}

/* Misc */
.cow {
	background-image: url("../Content/Images/cowrolling.gif");
}

.cow:HOVER {
	background-image: url("../Content/Images/cowrolling_a.gif");
}

.smaller{
	font-size: x-small;
}

.SDX-Link {position: relative;
	right: 20px;
	top: 33px;
	font-size: smaller;
}

.SDX-Link a {
	color: gray;
	text-decoration: none;
}

.SDX-Link a:HOVER {
	color: white;
	text-decoration: none;
}
