/* General styles */
body {
	margin: auto;
	padding:0;
	border:0;	/* This removes the border around the viewport in old versions of IE */
	max-width: 80em;
	background-image: url('../images/bg.png');
	min-width:600px; /* Minimum width of layout - remove line if not required - The min-width property does not work in old versions of Internet Explorer */
	font-family: Lucida Grande, Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	color: #3F4648;
	}

p {
	color: #3F4648;
}

.standard_content{
	padding-left: 1em;
	padding-right: 1em;
	font-size: 12px;
}

.inline_content{
padding-left: 1em;
padding-right: 1em;
margin-top: 45px;
font-size: 12px;
}

.content{
font-size: 12px;
}

h2{
text-transform: uppercase;
color: #FFF;
border-left: 4px solid #9EB1BF;
font-size: 12pt;
font-weight: normal;
margin-bottom: 1px;
background-color: #6E6855;
margin: 0;
padding-left: 5px;
}

h3{
text-transform: uppercase;
color: #FFF;
border-left: 4px solid #9EB1BF;
font-size: 10pt;
font-weight: normal;
background-color: #6E6855;
margin-bottom: 1px;
margin: 0;
margin-top: 5px;
padding-left: 5px;
}

img{
border: none;
padding: 5px;
}

/* Willkommensseite */
#start p {
	font-style: normal;
	font-family: Lucida Grande, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #3F4648;
}

/* column container - Container der alle Spalten beinhaltet */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	
}
/* common column settings - Allgemeine Einstellungen für alle Spalten  */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0;
	overflow:hidden;

}
/* 2 Column (right menu) settings - Einstellungen für die rechte Spalte*/
.rightmenu {
	background:#E0DBC9;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;						/* right column width */
	background:#F2EFE6;		/* left column background colour */
	border-right: 2px solid #CBD5DF;
}
.rightmenu .col1 {
	width:75%;							/* left column content width (left column width minus left and right padding) */
	left:25%;								/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:24.9%;							/* right column content width (right column width minus left and right padding) */
	left:25%;							/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
	background-color: #494949;
	color: #FFF;
	text-align: center;
}

/*  Default links - Allgemeine Links */
a:link, a:visited {
font-size: 100%;
font-weight: bold;
margin: 0;
text-decoration: none;
color: #837B65;
border: none;
}

a:hover, a:active {
border-bottom: 2px solid #A8A890;
color: #333;
text-decoration: none;
border: none;
}

/* logo - dubVW.de Logo */
#logo{
	background-color: #E0DBC9;
	background-image: url('../images/header/udm.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 97%;
	height: 212px;
	border: 4px solid #E0DBC9;
	clear: both;
	margin: auto;
	margin-top: 5px;
	padding: 0;
}


/* navigation - Menüleiste*/
#navigation {
	background-color: #6E6855;
	font-size: 10pt;
	width: 97%;
	height: 23px;
	border: 4px solid #E0DBC9;
	clear: both;
	margin: auto;
	padding: 0;
	text-align: center;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#navigation ul li {
	display: block;
	float: left;
	padding: 0 5px 0 0;
}

#navigation ul li a{
	display: block;
	float: left;
	color: #999;
	border-left: 4px solid transparent;
	text-decoration: none;
	padding: 2px 10px 0 10px;
	height: 21px;
}

#navigation ul li a:hover, #navigation ul li a.active {
	color: #FFF;
	background-color: #6E6855;
	border: 0;
	border-left: 4px solid #9EB1BF;
	text-decoration: none;
}

/* profile navigation - Menüleiste des Benutzerprofils */
#profil_navigation {
	font-size: 10pt;
	margin-top: 5px;
}

#profil_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#profil_navigation ul li a{
	color: #837B65;
	border-left: 4px solid transparent;
	text-decoration: none;
	padding: 0;
	padding-left: 5px;
}

#profil_navigation ul li a:hover {
	color: #333;
	text-decoration: none;
}

#profil_navigation ul li a.active {
	color: #333;
	border-left: 4px solid #9EB1BF;
	text-decoration: none;
}

/* profile links in right collum - Links des Profils in der Sidebar */
a.profil_link:link, a.profil_link:visited {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #999;
}

a.profil_link:hover {
	border-bottom: 2px solid #A8A890;
	color: #333;
}

/* error boxes - Fehlerboxen */
.redbox {
	color: #DC1A1A;
	border: 1px solid #DC1A1A;
	background-color: #F6C8C8;
	text-align: center;
}

.greenokbox {
	color: #58A64C;
	border: 1px solid #58A64C;
	background-color: #EFFEEB;
	text-align: center;
}

.yellowbox {
	color: #C09500;
	border: 1px solid #C09500;
	background-color: #FCECB4;
	text-align: center;
}

/* Style für Content */
.inline_content {
	width: 96%; 
	background-color: #E0DBC9; 
	margin-left: 10px; 
	padding: 5px;
	margin: auto;
}

/* Submit Button */
input.senden {
	background-color: #E0DBC9;
	font-family: Lucida Grande, Arial, Verdana, sans-serif;
}

/* Input-Felder */
.inputfeld {
	background-color: #D7D2C1;
	border: 1px solid #BFB8A1;
	color: #333;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#D7D2C1;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Arial, Verdana, sans-serif;
    font-size:10pt;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:3px 10px 2px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#E0DBC9;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#E0DBC9;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* NEUTRAL */

.buttons a.neutral, button.neutral{
    color:#B29018;
}
.buttons a.neutral:hover, button.neutral:hover{
    background:#fbe3e4;
    border: 1px solid #FED626;
    color:#E5BD01;
}
.buttons a.neutral:active{
    background-color:#D8B200;
    border:1px solid #FED626;
    color:#E5BD01;
}

#ie{
	background: red;
	padding: 8px;
}

#ie a{
	color: #fff;
}
