/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
    background: repeat-y;
    background-image: url(images/static/contentbg.gif);
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: top no-repeat;
    background-image: url(images/static/headerbg.gif);
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background: repeat-y;
    background-image: url(images/static/navbg.gif);
}

/*--- sub navigation -------------------------------------------------------*/

.sub_nav_container {
    background: repeat-y;
    background-image: url(images/static/subnavbg.gif);
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background: no-repeat;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    background: #A02B6B no-repeat;
    background-image: url(images/static/sloganbg.gif);
}

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item:hover {
    background: repeat-x;
    background-position: top left;
}

a.main_nav_active_item {
    background: repeat-x;
    background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item:hover {
    background: no-repeat;
    background-position: top left;
}

a.sub_nav_active_item {
    background: no-repeat;
    background-position: top left;
}

/*--- footer ---------------------------------------------------------------*/

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #1A1A1A;
    background: #7F5669 top repeat-x;
    background-image: url(images/static/pgbk.gif);
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #1A1A1A;
}

.content table {
    color: #1A1A1A;
    border-color: #891A56;
}

.content select {
    color: #1A1A1A;
}

.content input {
    color: #1A1A1A;
    border-color: #010101;
}

.content textarea {
    color: #1A1A1A;
    border-color: #010101;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content td {
    border-color: #891A56;
}

.content th {
    color: #ffffff;
    background-color: #891A56;
}

.content tr.odd {
    color: #000000;
    background-color: #E4E4E4;
}

.content tr.even {
    color: #000000;
    background-color: #FFFFFF;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #010101;
}

.content legend {
    color: #9D2666;
}

.content label {
    color: #010101;
}

/*--------------------------------------------------------------------------*/

.link-button {
	overflow: hidden;
	background: url('/images/dynamic/buttonset2/Lila_Button.png');
	background-size: 100% 100%;
}

.link-button:hover {
	background: url('/images/dynamic/buttonset2/Lila_Button_Hower.png');
	background-size: 100% 100%;
}

.link-button div {
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    width: 116px;
    height: 41px;
}

.link-button div span {
	color: #EEE;
    font-weight: 700;
}

.std-table, .std-table tr, .std-table tr td {
	border: 0px none transparent;
	border-collapse: collapse;
	margin: 0px;
	padding:0px;
}


/*--------------------------------------------------------------------------*/
