﻿/*********************/
/* BASIC */
/*********************/

/* $Date: 2011-03-10 17:58:16 +0100 (Do, 10. Mrz 2011) $		*/
/* $Revision: 100 $	*/

/* IE7 bug of uneccessary vertical scrollbar */
html { 
        overflow: auto; 
}
body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	margin: 0;
	background-color: #FFFFFF;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	min-width: 700px;
}
div {
	margin-top: 0;
	padding-top: 0;
}
p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}
/* no border around images, even if used as a tags */
img {
    border: 0;
}
br.clear {
	height:1px;
	clear:both;
	line-height: 1px;
	background-color: #00CC33;
}


br.clearSmall {
	height:0px;
	clear:both;
	line-height: 0px;
}

/*********************/
/* LAYOUT */
/*********************/

/* a fixed width wrapper centered in the body */
/*
#wrapper {
	width: 760px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: auto;
	margin-right: auto;
}
*/

/* a wrapper that fills the body width */
#wrapper {
	/*position: absolute;
	top: 5px;
	left: 5px;
	*/
	margin-right: 5px;
	margin-left: 5px;
	
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 0px;
	border-top-color: #FF0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;

}

.section {
	padding: 3px 3px 0 6px;
	float: left;
	width: 99%;
}

#subNav {
	width: 150px;
	float: left;
	background-color: #FBEF99;
}

#banner {
	background-image: url(../images/css/bg/BannerSeeburgBgnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/* width: 759px; */
	border-bottom: 1px solid #999999;
}

#announce {
    float: left;
	width: 166px;
	border-top: 10px solid #294E56;
	margin-top: 3px;
	background: url(../images/css/bg/announce_bg.jpg) repeat-x left top;
	margin-left: 3px;
	line-height: 95%;
	margin-right: 3px;
}
#copyright {
	clear: both;
	margin-left: 5px;
	border: 1px solid #999999;
	border-right:none;
	font-size: 12px;
	padding-left: 6px;
}

/*********************/
/* BANNER STYLES */
/*********************/

#background {
	background-image: url(../images/css/bg/SeeburgBanner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#banner #introHeader
{
    font-weight: bold;
	margin-left: 200px;
	padding-top: 18px;
	color: #14556B;
   
}

/* image replacement technique */
/* background: url(../images/css/DiscomLogo158b.png) no-repeat left top; width: 150px; */
/* background: url(../images/css/DiscomLogo_BK_158.png) no-repeat left top; width: 150px;*/
#banner .logo {
	background: url(../images/css/DiscomLogo_BK_158.png) no-repeat left top;
	height: 80px;
	text-indent: -5000px;
	margin-left: 12px;
	width: 180px;
    float: left;
    margin-top: 5px;
}

#nav 
{
    float: left;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 6px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#langList
{
    float: right;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#langList li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#langList a
{
  display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#langList a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}


/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*********************/
/* MAIN SECTION STYLES */
/*********************/
.section h1 {
	color: #5F9794;
	font: bold 24px "Century Gothic", "Gill Sans", Arial, sans-serif;
}

/*********************/
/* ANNOUNCEMENT STYLES */
/*********************/

#announce h2 {
	font-size: 14px;
}
#announce a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #102536;
	padding: 3px 5px;
	border-bottom: 1px solid #14556B;
}
#announce .title {
	font-weight: bold;
	display: block;
}
#announce a:hover {
	background-color: #5F9794;
	color: #FBEF99
}

#announce ul {
	list-style:none;
}

#announce li {
	display: inline; /* for IE 7 and earlier white space bug */
}
/*********************/
/* PAGE SPECIFIC STYLES */
/*********************/

.section {
	display: block;
	font-weight: normal;
	color: #D6ECAE;
}

/* the line-height miracally vertical-centers the text within the input box */
.inputBox 
{
    margin-top: 10px;
    line-height: 2;
}

.feature {
	margin-left: 10px;
	border-top: 10px solid #FDD041;
	clear: both;
	border-bottom: 1px solid #FFF!important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.feature h2 {
	font-size: 18px;
	color: #294E56;
}

.feature img {
	float: right;
	margin-left: 10px;
	border: 10px solid #FDD041;
	border-top: none;
}

.feature2 img {
	border-color: #73AFB7;
}

.feature3 img {
	border-color: #FBEF99;
}

.feature4 img {
	border-color: #CBD893;
}

.feature2 {
	border-color: #73AFB7;
}

.feature3 {
	border-color: #FBEF99;
	margin-bottom: 10px;
}

.feature4 {
	border-color: #CBD893;
}

.feature p.fLink a {
	font-weight: bold;
	text-decoration: none;
	color: #102536;
	font-size: 11px;
	text-transform: uppercase;
	background: #D6ECAE url(../images/css/arrow.gif) no-repeat right center;
	padding: 1px 15px 2px 5px;
}

.feature p.fLink {
	margin-top: 4px;
}

.feature p.fLink a:hover {
	color: #FDD041;
	text-decoration: none;
	background-color: #294E56;
}

#home .section h1#lead {
	background: url(../images/css/features/tomato.jpg) no-repeat right top;
	color: #FBEF99;
	padding-top: 130px;
	padding-left: 25px;
	padding-bottom: 25px;
	margin-bottom: 5px;
}
#subNav li a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 138px;
	background: url(../images/css/bg/side_nav_bg3.jpg) repeat-x;
	padding: 2px 6px;
	color: #14556B;
	border-bottom: 1px solid #d6ecae;
}

#subNav li a:hover {
	background: url(../images/css/bg/side_nav_bg.jpg);
	color: #102536;
}
.col2 #announce {
	float: left;
	margin-bottom: 10px;
}
.col2 .section {
	float: right;
	border-right: none;
}
.col2 #copyright {
	margin-left: 0px;
}


.col1 #announce {
	float: left;
	margin-bottom: 10px;
}
.col1 .section {
	float: left;
	border-right: none;
}
.col1 #copyright {
	margin-right: 0px;
}
.section h2 {
	font-size: 1.2em;
	margin-top: 15px;
	color: #666666;
}
.section h1
{
    color: #333333;
    border-bottom: 1px solid #999999;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom-color: #CCCCCC;
}
.section h3
{
    background-color: #0033CC;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 2.5em;
    padding-left: 10px;

}

.section
{
    display: inline;
    color: #000000;
}

.section p
{
    margin-top: 10px;
}


.floatRight {
	float: right;
	margin: 0 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}
table {
	font-family: "Times New Roman", Times, serif;
}
.section #subForm p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.section p.detail
{
    color: #808080;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.85em;
}

.section p.legend
{
    color: #666666;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.85em;
}

span.hilight 
{
 	color: #0000FF;
}

/* -------------------  added styles ------------------------------*/
#bannerText {
	float: right;
	color: #FBEF99;
	padding-top: 130px;
	padding-left: 25px;
	padding-bottom: 25px;
	margin-bottom: 5px;
}

/*************************/
/* Content STYLES */
/*************************/

#contentContainer
{
    padding: 5px;
    border-left: 1px solid #999999;
    margin-left: 180px;
}

.content
{
    color: #000000;
    font-size: 1em;
}

.content h2
{
    color: #0033CC;
    font-size: 1em;
}

.content .intro
{
    color: #0033CC;
    font-size: 1em;
    font-weight: bold;
}


/*************************/
/* leftNavigation STYLES */
/*************************/
#leftNavigation {
    float: left;
	width: 166px;
	border-top: 10px solid #294E56;
	margin-top: 3px;
	background: url(../images/css/bg/announce_bg.jpg) repeat-x left top;
	margin-left: 6px;
	line-height: 95%;
	margin-right: 3px;
}
#leftNavigation h2 {
	font-size: 14px;
}
#leftNavigation a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #102536;
	padding: 3px 5px;
	border-bottom: 1px solid #14556B;
}
#leftNavigation .title {
	font-weight: bold;
	display: block;
}
#leftNavigation a:hover {
	background-color: #5F9794;
	color: #FBEF99
}

#leftNavigation ul {
	list-style:none;

}


#leftNavigation ul .topNav {
	list-style:none;
	color:Red;	
}

#leftNavigation ul .subNav {
	list-style:none;
	padding-left: 6px;
}

#leftNavigation li {
	display:block; /* for IE 7 and earlier white space bug */
}

.col2 #leftNavigation {
	float: left;
	margin-bottom: 10px;
}



.figure {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	/* clear:both; */
}

.figureLeft {
	float:left;
	width: auto;
	margin: 5px 25px 15px 15px;
/*	clear:left; */
}
.figureRight {
	float:right;
	width: auto;
	margin: 5px 15px 15px 25px;
/*	clear:right; */
}

.figureLeft img,
.figureRight img,
.figure img {
	border: 1px solid #666;
	padding: 10px;
	text-align:center;
}
.figureLeft p,
.figureRight p,
.figure p {
	font: 0.8em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
	background-color: #F1F4FB;
}

img.textimage, img.plainimage
{
	border: 0;
	padding: 0;
}

img.textimage
{
	height: 1em;
}

img {
    border: 0;
}



.contentLogo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
    border: 0;
    display: block;
}


.contentLogoLeft {
	float:left;
	width: auto;
	margin: 1px 25px 15px 15px;
}
.contentLogoRight {
	float:right;
	width: auto;
	margin: 1px 15px 15px 25px;
}

.contentUl
{
    list-style-type: none;
    margin: 5px 5px 5px 5px;
    color: #0033CC;
    list-style-image: url('../images/css/bullet1.png');
}
.contentLi {
	margin: 5px 5px 60px 5px;
	color: #000000;
	clear:both;
}