@import url(head/head.css);
@import url(menu/superfish.css);
@import url(menu/menu.css);

body 
{
    background: #454545 url(img/bg-body.png) repeat-x;
}
body, td, th, p, div, span, .Normal
{
    font-family: Verdana;
    font-size: 11px;
    color: #111;
    margin:0;
    text-align:left;
	line-height: 15px;
}
p
{
	margin: 7px 0 7px 0;
}
a:focus {
	outline:none;
}
/*
#page
{
    position: relative;
}
*/
#main 
{
    margin: 60px auto;
    background: #fff;
    padding: 6px;
    width: 1000px;
    position: relative;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    box-shadow: 0 2px 6px #000;
    -webkit-box-shadow: 0 2px 6px #000;
    -moz-box-shadow: 0 2px 6px #000;
}
/*
#dnn_ControlPanel
{
    position: relative;
}
*/
#hd 
{
    position: relative;
    height: 87px;
    /*background: url(img/head.png) repeat-x;*/
}
.tools
{
    position:relative;
    float: right;
    display: inline;
    margin-top: -6px;
    margin-right: -6px;
    z-index: 30000;
    border-left: 0px solid #ddd;
    border-bottom: 0px solid #ccc;
}
#hd .logo
{
    position:absolute;
    left:15px;
    top:10px;
    height: 68px;
}
#hd .logoText
{
    position:absolute;
    left:88px;
    top:18px;
    height: 60px;
}
#hd .logoText h1
{
    color: #5f9f10;
    font-size: 18pt;
    margin-left: 0px;
    margin-top: 0px;
    font-weight: bold;
}
#hd .logoText h2
{
    color: #555;
    font-size: 13pt;
    margin-left: 0px;
    margin-top: 0px;
    font-weight: bold;
}
#hd .logoText a
{
    text-decoration:none;
}
#ct  h3
{
    color: #222;
    font-size: 11pt;
    margin-left: 0px;
    margin-top: 15px;
    font-weight: bold;
}
#menu 
{
	border-top: 5px solid #99cc00;
    height: 30px;
    background: #99cc00;
    background-image: -moz-linear-gradient(top, #9c0, #ad0 43%, #91c400 47%, #9c0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c0), color-stop(43%, #ad0), color-stop(47%, #91c400), to(#9c0));
	margin-left: 10px;
	margin-right:12px;
}
#ctmenu
{
	float:right;
}
#ct 
{
    background: #fdffff;
	margin:10px;
    margin-top: 20px;
    padding-bottom: 20px;
}

/* 1-spaltiges Layout */
.ContentPaneFull
{
	float:left;
	width: 965px;
}

/*Standard Layout */
.ContentPaneDefault
{
	float:left;
	width: 630px;
}
.RightPaneDefault
{
	float:left;
	width: 300px;
	margin-left: 30px;
}

/* Forum Layout*/
.ContentPaneWider
{
	float:left;
	width: 735px;
}

.RightPaneSmaller
{
	float:left;
	width: 200px;
	margin-left: 30px;
}

/* 2-spaltiges 50/50 Layout */
.ContentPane50
{
	float:left;
	width: 470px;
}

.RightPane50
{
	float:left;
	width: 465px;
	margin-left: 30px;
}

#ft 
{
    height: 80px;
    background: #ccc;
}
.clearfix 
{
    clear: both;
}
.display 
{
    display: block;
}
.hide
{
    display: none;
}

/* font styles */

#ct h1
{
    font-family: Arial,sans-serif;
    font-size: 20px;
    color: #749a03;    
    font-weight: bold;
	margin-bottom: 20px;
	line-height: 25px;
}
#ct, #ct p, #ct span, #ct td, #ct li
{
    font-family: verdana,sans-serif;
    font-size: 12px;
    color: #555;    
    font-weight: normal;
    line-height: 18px;
}
#ct a, #ct a:link, #ct a:active, #ct a:visited 
{
    font-family: verdana,sans-serif;
    font-size: 12px;
    color: #577303;    
    font-weight: normal;
    line-height: 18px; 
    text-decoration: underline;   
}
#ct a:hover
{
    font-family: verdana,sans-serif;
    font-size: 12px;
    color: #111;    
    font-weight: normal;
    line-height: 18px; 
    text-decoration: none;   
}
/*#ct ul, #ct ul li
{
    list-style-type: none;
}
#ct ul
{
    margin: 0;
	padding: 0;
	padding-left: 5px;
}
#ct ul li
{
    background: url(img/arrow_right.png) no-repeat left 11px;
    padding-left: 15px;
	padding-top: 5px;
}*/
.defContainer
{
	margin-top: 40px;
}
.reg_Control img{
	height:115px;
	width:90px;
}
