@import "rte.css";
@import "pi_content.css";
@import "forms.css";
@import "feUser.css";
@import "mediaStorage.css";
@import "colorbox.css";


/*-----------------------------------
 general settings
-------------------------------------*/

body {
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a img {
    border: 0;
}

#mainContent {
	margin: 10px;
	margin-top: 20px;
/*	
	width: 760px;
*/	
	min-height:300px;
	height:auto !important;
	height:300px; 
}

A { 
    color: #3b7ab2;
    text-decoration: none;
}

h1 {
	font-size: 16px;
	padding-bottom: 8px;
}

h2 {
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 10px;
}

p {
    margin-top: 7px;
}

#mainContent ul {
    margin-left: 30px;
}


/*-----------------------------------
 start page 
-------------------------------------*/

#startMainContent {
    width: 760px;
    text-align: center;
}

#startMainContent a {
    color: #5c5c61;
    font-weight: bold;
}

.startBoxInHeader {
	float: left;
	width: 170px;
	margin: 12px 0 0 12px;
	overflow: hidden;
}

.startBoxInMainContent {
	float: left;
	width: 180px;
	margin: 12px 0 0 12px;
}


.startBoxTitle {
	margin-bottom: 5px;
}

.startBoxTitle h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#startBanners, #startBanners img {
	width: 179px;
	height: 71px;
}

#startLoginBox {
    text-align: left;
    padding-left: 10px;
}

#startLoginBox a, #startLoginBox a:visited {
    background-image: url(../upload/image/vwh/pfeil_orange.gif);
    background-repeat: no-repeat;
    background-position:center left; 
    padding-left: 10px;
    font-weight: normal;;
    color: #3b7ab2;
}

/*-----------------------------------
 logo + header 
-------------------------------------*/

#logo {
	margin: 15px 0 0 65px;
}

#topLinks {
	height: 70px;
	padding-top: 10px;
	color:  #5C5C61;
}
#topLinks a, #topLinks a:visited {
	color:  #5C5C61;
	text-decoration: none;
}

#headRow1Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 10px;

}

#headBannerCont {
	background-color: #e6e6eb;
}

#headBannerContStart {
	background-color: #e6e6eb;
}

#headBannerRow1 {
    padding: 10px;
}

#headBannerBottomLeft {
	background-color: #5c5c61;
}
#headBannerBottomRight {
	background-color: #9999a3;
}

/*-----------------------------------
 left side menu 
-------------------------------------*/

#leftMenu {
	margin: 30px 0 0 15px;
	width: 170px;
}
#leftMenu a, #leftMenu a:visited {
	color: #3e5f88;
	text-decoration: none;
	font-size: 10px;
	display: block;
	background-image: url(../img/orangeArrow.gif);
	background-repeat: no-repeat;
	background-position:center left; 
	padding-left: 10px;
	color: white;
}

#leftMenu .lvl-1, #leftMenu .lvl-1-act {
	padding: 3px;
}

/*-----------------------------------
 topMenu
-------------------------------------*/

#topMenu a {
    margin: 0 10px 0 10px;
    color:  #5C5C61;
    font-weight: bold;
}

/*-----------------------------------
 footer 
-------------------------------------*/

#footer {
	margin: 10px;
}


/*-----------------------------------
 mediaStorageElements table
-------------------------------------*/

table.mediaStorageElements th {
    background-color: #ccccd1;
    padding: 10px;
}

table.mediaStorageElements tr td {
    padding: 8px;
}

tr.odd td {
    background-color: #f0f0f5;
}

.pi_mediaStorage__cartypeMenu {
    margin: 40px 5px 5px 15px;
}

.pi_mediaStorage__cartypeMenu .act {
    background-color: #e75c19;
    padding: 3px;
    margin-left: -3px;
    margin-right: 20px;
}

.pi_mediaStorage__cartypeMenu .act a {
    color: white;
}

.pi_mediaStorage__cartypeMenu .item {
}


