body
{
    font-size:100%;
    font-family: verdana, sans-serif;
    background:#FFFFFF;
    width:900px;
    margin:20px;
}

input, select, textarea, label
{
    font-family: verdana, sans-serif;
    font-size: 75%;
    padding:2px 2px 2px 2px;
    color:#585859;
    margin-bottom: 10px;
}

label {
    width: 80px;
    float: left;
    font-weight: bold;
    padding-left: 0px;
}

img
{
	border:0px;
}

a
{
	color:#7975b1;
	text-decoration:none;
}

a:hover
{
	color:#92afbe;
	text-decoration:underline;
}

p
{
	font-size:75%;
}

h1
{
	font-size:85%;
	text-align:center;
	color:#2e2885;
	margin:0px 10px 35px 10px;
    background-image: url('images/horzline.gif');
	background-position: bottom;
	background-repeat:no-repeat;
	padding-bottom: 10px;
}

h2
{
	font-size:75%;
	text-align:left;
	color:#2e2885;
	margin-top:30px;
}

h3 {
    font-weight: bold;
    font-size: 75%;
    margin-top: 25px;
    margin-bottom: 5px;
}


li
{
	font-size:75%;
		line-height:140%;
}


/*
.nested li
{
	list-style:none;
	
	font-size:75%;
	font-weight:bold;
}

.nested li ul li
{
	font-size:100%;
	font-weight:normal;
	list-style-type:disc;

}*/


#content {
	margin-left:230px;
	min-height: 280px;
	_height: 280px;
	padding-bottom: 20px;
	/*margin-bottom:85px;
	margin-top:25px;
	margin-right:20px;*/
}

/*
#navarea 
{
	position:absolute;
	width:230px;
	top:95px;
}*/


#navarea {
    float: left;
    width: 194px;
}

#paypal-logo {
    float: left;
    margin: 15px 15px 15px 15px;
}

#footer 
{
	width:100%;
	border-top: 1px solid #a7a7a7;
	font-size:65%;
	padding-top:4px;
}

#footerleft
{
	float:left
}

#footerright
{
	float:right;
	text-align:center
}

#header {
    height: 70px;
    margin-bottom: 10px;
}

#headerleft
{
	float:left;
}

#headerright
{
	float:right;
	text-align:right;
	color:#a7a7a7;
	line-height:1.5em;
}

.clearboth
{
	clear:both;
	line-height:0%;
}

.imagefloatright
{
	float:right;
	padding-left:25px;
	padding-bottom:25px;
}

.imagefloatleft
{
	float:left;
	padding-right:25px;
	padding-bottom:25px;
}

#nav {
	width:196px;
	height:181px;
	background:#a7a7a7;
	font-size:80%;
	margin-top:10px;
}

.buttonblock {
	float:left;
	font-weight:bold;
}

a.button {
    display: block;
    width: 164px;
    height: 23px;
    background-image: url('images/button.jpg');
    background-color: #433e92;
    color:#FFFFFF;
    text-decoration:none;
    padding-left:25px;
	padding-right:5px;
	padding-top:6px;
	margin:1px;
	text-align:left;
}

a.button.selected {
	background-image: url('images/button_selected.jpg');
   	background-color: #7975b1;
   	color:#92afbe;
}

a.button:hover {
    background-color: #7975b1;
    background-image: url('images/button_selected.jpg');
    color:#92afbe;
}

.horzline
{
	background-image: url('images/horzline.gif');
	background-position:center;
	background-repeat:no-repeat;
	height:1px;
}

.horzlinewide
{
	background-image: url('images/horzlinewide.gif');
	background-position:center;
	background-repeat:no-repeat;
	height:1px;
}

hr {
    background-image: url('images/horzlinewide.gif');
	background-position:center;
	background-repeat:no-repeat;
	height:1px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0px;
}

.testimonial
{
	border:solid 1px #e6e6e6;padding-left:15px;padding-right:15px;
}


/* FLAGS */
#lang
{
	font-size:0.8em;
	color:#92AEBE;
}

a.englishsel
{
	color:#92AEBE;
}

a.germansel
{
	color:#92AEBE;
}


/* ADMIN */

#content-full {
    padding: 10px;
    text-align: center;
}

#admin-login-panel {
    padding-top: 20px;
    padding-bottom: 20px;
}

#admin-login-panel label {
    float: none;
    padding-right: 15px;
}

.login-error {
    color: Red;
    font-weight: bold;
    font-size: 75%;
}

#lbLogIn {
    margin-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

#admin-nav {
    list-style-type: none;
}

#admin-nav li {
    display: inline;
    float: left;
    border-right: 1px solid #CCCCCC;
    margin-right: 20px;
    padding-right: 20px;
}

#admin-nav li#last {
    margin: 0px;
    padding: 0px;
    border-right: 0px;
}

.RadTreeView {
    margin-bottom: 20px;
}

.dock
{
    margin:0px !important;
    padding:0px !important;
}

.dock:hover
{
    cursor: pointer !important;
    background:#E6E6E6;
}


.rdLeft, .rdRight, .rdBottom, .rdTop 
{ 
    display: none;
}

.rdContent img {
    display: block;
    position: relative;
    top: -3px;
    left: -3px;
    margin-bottom: 0px;
}

.rdCenter img {
    display: block;
    margin-bottom: 0px;
}


#content iframe {
    border: 1px solid #999999;
    float: left;
    margin-bottom: 20px;
}

.admin-content {
    float: left;
    width: 700px;
    margin-left: 0px !important;
}

.pagePropertiesEdit {
    margin-top: 10px;
}


/* GENERAL */
.float-left {
    float: left;
}

.float-right {
    float: right;
}