﻿/******************************** Basics ********************************/

body {
	background-repeat: repeat-x;
	background-image: url(../_img/bg.gif);
	color: #595845;
	line-height: 20px;
	font-size: 13px;
	background-color: #f7f6f0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

h1 {
	font-weight: bold;
	color: #ec5419;
	font-size: 24px;
	margin-bottom: 18px;
}

h2 {
	margin-top: 10px;
	color: #595845;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin-top: 10px;
	color: #595845;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin-bottom: 15px;
	margin-top: 5px;
}

a, a:visited {
	color: #ec5419;
}

a:hover {
	color: #111111;
}

#content ul {
	margin-left: 15px;
	list-style-position: inside;
	list-style-type: disc;
}

#content ol {
	margin-left: 15px;
	list-style-position: inside;
	list-style-type: decimal;
}

strong, b {
    font-weight:bold;
}

.NormalList
{
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

.NormalList li
{
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

.NormalList ul li
{
	margin: 0px;
	list-style-position: outside;
	list-style-type: circle;
}


/******************************** Layout ********************************/

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#submenu {
	margin-right: 30px;
	margin-top: 65px;
	float: left;
	border-width: 205px;
	width: 220px;
}

#breadcrumb {
	margin-top: 14px;
}

#content {
	margin-bottom: 40px;
	margin-top: 65px;
	float: left;
	width: 670px;
}

#sidebar {
	margin-left: 20px;
	width: 220px;
	float: left;
	margin-top: 65px;
	border-width: 100px;
	margin-bottom: 20px;
}

#logo {
	display: block;
	margin-left: 15px;
	margin-top: 40px;
	position: relative;
	height: 62px;
	width: 404px;
	background-repeat: no-repeat;
	background-image: url(../_img/logo.png);  
}

/******************************** Menü ********************************/

#menu {
	margin-top: 24px;
	background-color: #595845;
	height: 39px;
}

#menu li {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../_img/menu_trenner.png);
	display: block;
	float: left;
}

#menu li a, #menu li a:visited {
	display: inline-block;
	line-height: 39px;
	font-size: 14px;
	color: #dfddc8;
	text-decoration: none;
	margin-right: 13px;
	margin-left: 6px;
}

#menu li a:hover {
	color: white;
}

#menu li.current {
	background-image: url(../_img/menu_current.gif);
	background-repeat: repeat-x;
}

#menu li.current a {
	color: #595845;
}

/******************************** BreadCrumb ********************************/



/******************************** Submenü ********************************/

.MenuAccessIcon {
    padding-right: 3px;
}

#submenu li a {
	background-image: url(../_img/submenu.png);
	background-repeat: no-repeat;
	padding-left: 13px;
	line-height: 35px;
	width: 207px;
	text-decoration: none;
	color: #595845;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	display: block;
	height: 35px;
}

#submenu li a:hover {
	color: #111111;
}

#submenu li ul li a {
	background-image: none;
	color: #ec5419;
	font-style: normal;
	font-weight: normal;
	height: 27px;
	display: inline;
	line-height: 27px;
	font-size: 13px;
	background-color: #f7f6f0;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

#submenu li ul li a:hover {
	color: #595845;
}

#submenu li ul li ul li {
	padding-left: 13px;
}

/******************************** Header ********************************/

#contact {
	margin-top: -67px;
	clear: both;
	float: right;
	height: 28px;
}

#contact li {
	float: left;
	background-color: #f2f0e5;
	margin-left: 10px;
	border-right-color: #8c8a73;
	border-bottom-color: #8c8a73;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

#contact li a {
	margin-right: 20px;
	margin-left: 20px;
	line-height: 28px;
	text-decoration: none;
	color: #595845;
}

#contact li a:hover {
	color: #111111;
}

#contact .icon, #contact .rmFirst .rmLink {
	background-position: 0px 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(../_img/contact.gif);
}

#language {
	margin-top: -67px;
	clear: both;
	float: right;
	height: 28px;
}

/******************************** Sidebar ********************************/

#sidebar #login input {
	padding-bottom: 7px;
	padding-top: 7px;
	border-color: #595845;
	border-style: solid;
	border-width: 1px;
	padding-left: 7px;
	margin-bottom: 12px;
	margin-left: 15px;
	width: 176px;
	font-size: 11px;
	color: #8c8a73;
	/*display: block;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar #login #button input{
	width: auto;
	padding-bottom: 3px;
	padding-top: 3px;
}

#sidebar #login label {
	margin-bottom: 10px;
	display: block;
	margin-left: 15px;
}

#sidebar #login fieldset {
	margin-bottom: 25px;
}

#sidebar #profilhead h3 {
	background-position: 10px;
	background-repeat: no-repeat;
	background-image: url(../_img/profil.gif);
	border-right-color: #8c8a73;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 5px;
	padding-top: 9px;
	font-style: italic;
	color: #ec5419;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 20px;
	padding-left: 30px;
	margin-left: 15px;
	display: inline;
	background-color: #f2f0e5;
}

#sidebar #profil {
	margin-top: 2px;
	border-bottom-color: #8c8a73;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #8c8a73;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 20px;
	padding-top: 15px;
	margin-left: 15px;
	background-color: #f2f0e5;
	width: 190px;
}

#sidebar #profil li {
	margin-left: 20px;
	line-height: 23px;
	font-size: 13px;
}

#sidebar #profil li a {
	text-decoration: none;
	color: #595845;
}

#sidebar #profil li a:hover {
	color: #ec5419;
}

/******************************** Footer ********************************/

#footer li {
	display: inline;
}

#footer li a {
	margin-top: 10px;
	display: inline-block;
	color: #595845;
	text-decoration: none;
}

#footer li a:hover {
	color: #111111;
}

#footer {
	margin-bottom: 15px;
	text-align: right;
	display: block;
	border-top-color: #ddd9bd;
	border-top-style: solid;
	border-top-width: 2px;
	clear: both;
}

#footer .rmItem {
	padding-right:6px;
	margin-right:6px;
	border-right:1px solid #595845;
}

#footer .rmLast {
	padding-right:0px;
	margin-right:0px;
	border-right:0px solid #595845;
}

/******************************** Sitefinity ********************************/

.sf_anchorList
{
	margin: 18px 0 18px 0;
	list-style: inside;
}

.sf_anchorList li
{
	margin: 0px;
	list-style: none;
}

.sf_listItemTitle
{
}

.sf_listItemBody
{

}

/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}

.ProfileList
{
    width: 680px;
    list-style: none;
}

.ProfileList li
{
    width: 300px;
    float: left;
    margin: 10px 0 10px 0;
    list-style: none;
}

.ProfileList li.first
{
    width: 300px;
    clear: both;
    margin: 10px 0 10px 0;
    list-style: none;
}

.ProfileList img
{
    margin: 0 10px 0 20px;
}

#login {
	float: right;
	height: 28px;
	
	margin-top: 8px;
	
	background-position: 10px;
	background-repeat: no-repeat;
	background-image: url(../_img/profil.gif);
	
    background-color  : #f2f0e5;
	border-right-color: #8c8a73;
	border-bottom-color: #8c8a73;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.ProfileHyperLink {
    margin-left: 30px;
	line-height: 28px;
	text-decoration: none;
	color: #595845;
}

.LoginRegistrationHyperLink {
    margin-left: 30px;
    margin-right: 6px;
	line-height: 28px;
	text-decoration: none;
	color: #595845;
}

.LoginStatus {
    margin-left: 6px;
    margin-right: 6px;
	line-height: 28px;
	text-decoration: none;
	color: #595845;
}