/* @override 
	http://vhs-intern:9000/css/main.css
	http://localhost:9000/css/main.css
	http://vhs-intern:8080/css/main.css
	http://localhost:8080/css/main.css
*/

/* @group elements */

form {
	display: inline;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

body {
	margin: 0;
    background: #D7E1F3;
	color: #184E8F;
    
    
    margin-top: 30px;
	font-family: arial, verdana;
	font-size: 11px;
}

a:link, a:visited{
    color: #487BAC;
} 

a:hover {
    text-decoration: underline;
} 

a.white-bg:link, a.white-bg:visited{
    color: blue;
    font-weight: bold;
    text-decoration: none;
} 

a.white-bg:hover {
    text-decoration: underline;
} 

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
}

ul li ul{
    margin-left: 20px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

table.zwoelf{
	padding: 10px;
	font-size: 11px;
}


/* @end */

/* @group Layout */


#outer-frame {
	padding: 0 0 0 10px;
	width: 1000px;
	height: 522px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}
/* @end */

/* @group Tabelle */

.links-oben{
	height: 15px;
	width: 15px;
	background-image: url(../images/web/links-oben.png);
}
.rechts-oben{
	height: 15px;
	width: 15px;
	background-image: url(../images/web/rechts-oben.png);
}
.rechts-unten{
	//background-image: url(../images/web/rechts-unten.png);
	background-repeat: no-repeat;
	float: right;
}
.unten-links{
	background-image: url(../images/web/streifen-links.gif);
	height: 54px;
	background-repeat: repeat-x;
}
.ecke-lu{
	background-image: url(../images/web/ecke-lu.png);
	height: 54px;
	background-repeat: no-repeat;
}
.ecke-ru{
	background-image: url(../images/web/ecke-ru.png);
	background-repeat: no-repeat;
}
.unten{
	background-image: url(../images/web/streifen.png);
	height: 54px;
	background-repeat: repeat-x;
	padding-top: 6px;
	text-align: right;
	font-size: 11px;
}
.unten-logo{
	background-image: url(../images/web/streifen.png);
	height: 54px;
	background-repeat: repeat-x;
	padding-top: 0px;
	text-align: right;
	font-size: 11px;
}
.content-bg{
	background-color: #F7F9FC;
}

.content-bg p, ul.home-info li{
	font-size: 12px;
	width: 680px;
}

.content-bg h1 {
    color: #006dba;
    font-weight: bold;
    font-size: 16px;
}


/* @end */

/* @group ext */

.add {
    background-image:url(../../shared/icons/fam/add.gif) !important;
}
.roles {
    background-image:url(../../shared/icons/fam/cog.png) !important;
}
.option {
    background-image:url(../../shared/icons/fam/plugin.gif) !important;
}
.remove {
    background-image:url(../../shared/icons/fam/delete.gif) !important;
}

.user {
    background-image:url( ../../shared/icons/fam/user.gif ) !important;
}

.x-form-invalid-msg{
	color:#e00;
	background:none;
	padding: 0;
}
/* @end */


/* @group buttons */

.button {
	float: right;
	height: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
	vertical-align: baseline;
	margin-right: 8px;
}

.button:hover {
	background-position: 0px -30px;
}

.nav div{
	float: left;
	margin: 10px 10px 0 0;
}

#login-button{
	float: right;
	margin-top: 5px;
}
#login-button img {
	border: 0;
}
/* @end */

/* @group systemwide specials */

.errors{
	color: red;
	font-size: 11px;
}

.table-alt-line{
	background-color: #EDF2FD;
}

.x-form-info-label{
	width:'auto'!important;
	float:none!important;
	display:inline!important;
	color: #9ABAE7;
	font-size: 12px;
}

.home-info li{
	margin-bottom: 5px;
}

/* @end */
