@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a, a:visited {
    color: #029f02;
    text-decoration: none;
}

.midCol {
    width: 900px;
    margin: auto;
}

#header {
    width: 900px;
    height: 140px;
    background-image: url(../upload/image/skoda/headerBg-n.jpg);
    border-bottom: 30px solid #4ba82e;
    position: relative;
}

#headerWrap {
    height: 170px;
    background-image: url(../upload/image/skoda/headerWrapBg.gif);
    background: red,
}

#homeLink {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 120px;
    height: 100px;
    z-index: 10;
}

#mainContent {
    min-height:300px;
    height:auto !important;
    height:300px; 
    padding: 10px;
    margin-top: 10px;
}

.clr {
    clear: both;
}

#topSearchLink {
    position: absolute;
    top: 110px;
    right: 150px;
}


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

#mainContentStart {
    background: #ececec;
    margin-bottom: 10px;
}

#startPageMainColumn {
    margin-bottom: 90px;
}

#mainContentStart .box {
    width: 270px;
    height: 175px;
    float: left;
    margin: 20px 0 0 17px;
}

#mainContentStart .box .title {
    background-image: url(../upload/image/skoda/startPageArrowBox.jpg);
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 10px;
}

#mainContentStart .box a {
    color: black;
    font-size: 14px;
}

#mainContent h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

#mainContentStart .picture img {
    border: 0;
}


/*-----------------------------------
 top menu 
-------------------------------------*/
#topMenu {
    height: 19px;
    padding-top: 110px;
    padding-left: 3px;
    position: relative;
}

#topMenu a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    color: #555;
}

#topMenu-esemenyek {
    margin-left: 0px;
}

#topMenu a:hover {
    color: #9f9f9f;
}



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

#footerWrap {
    height: 255px;
    background: #f2f2f2;
    position: relative;
}

#footer {
    height: 255px;
    background-image: url(../upload/image/skoda/footerBg.jpg);
}

#footer .title {
    padding-top: 25px;
    padding-bottom: 15px;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

#footer a {
    text-decoration: none;
    color: #555;
    background-image: url(../upload/image/skoda/preLinkArrow.png);
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 13px;
    margin-right: 30px;
    margin-bottom: 3px;
    display: block;
}

#footer a:hover {
    color: black;
}

#copyright {
    position: absolute;
    bottom: 20px;
}

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

table.mediaStorageElements th {
    padding: 10px;
}

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

tr.even td {
    background-color: #eeeff1;
}

/*-----------------------------------
 mediaStorageElements cartype menu
-------------------------------------*/

.pi_mediaStorage__cartypeMenu {
    background: black;
    padding-left: 12px;
}

.pi_mediaStorage__cartypeMenu .act {
    font-weight: bold;
    background: white;
}

.pi_mediaStorage__cartypeMenu .item a {
	text-decoration: none;
	padding-left: 10px;
	color: white;
	font-size: 13px;
	padding: 5px;
	border-bottom: 1px solid #4d4d4d;
	display: block;
}

.pi_mediaStorage__cartypeMenu .act a {
    color: #333;
}

