/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Century Gothic", "News Gothic MT", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(img/susann_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

a{
/*	color: #006699;*/
}

a:link{
	color: #990033;
	text-decoration: none;
}

a:visited{
	color: #990033;
	text-decoration: none;
}

a:link:hover{
	color: #990033;
	text-decoration: underline;
}
a:visited:hover{
	color: #990033;
	text-decoration: underline;
}
/*
a{
}

a:link{
	color: #990033;
	text-decoration: none;
}

a:visited{
	color: #990033;
	text-decoration: none;
}

a:hover{
	color: #990033;
	text-decoration: underline;
}*/

h1{
 font-size: 120%;
 color: #ff9900;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 114%;
 color: #ff9900;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 100%;
 color: #ff9900;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #ff9900;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 color: #ff9900;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
/* font-family: Arial,sans-serif;*/
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #990033;
	width: 100%;
	height: 105px;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	/*background-color: #ff9900;*/
	border-right: 0px solid #990033;
	border-bottom: 0px solid #990033;
	/*background-image: url(img/menu_bg.jpg);*/
}

#headlines{
  float:right;
	width: 20%;
	border-left: 0px solid #ff9900;
	border-bottom: 0px solid #ff9900;
	padding-right: 0px;
}


#content{
	float: left;
  width: 55%;
	border-left: 0px solid #990033;

}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;

	color: #ff9900;
	font-size: 180%;
}

#masthead_left{
	float: left;
	width: 20%;
	
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
}

#masthead_middle{
	float: left;
	width: 55%;
	padding: 10px 0 0 10px;
	text-align: left;
}

#masthead_right{
	float:right;
	width: 20%;
	padding: 5px 0 0 0px;
	text-align: center;
}

#mainlogo {
	float: left;
	padding: 10px;
}

#mainlogo_re {
	float: right;
	padding: 10px;
}

#title_design{
	margin: 0;
	text-align: right;
	width: 340px;
}
#title_main_1{
	color: #990033;
	display: inline;
	font-size: 250%;
	font-weight: bold;
}
#title_main_2{
	color: #990033;
	display: inline;
	font-size: 250%;
	font-weight: bold;
}
#logo_sub{
	color: Black;
}

#shortcut {
	float: right;
	font-size: 80%;
	padding: 10px 30px 10px 10px;
	color: #ff9966;
}

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 0px solid #ff9900;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 10px 0px 10px 10px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color: #990033;
	border: 0px solid #ff9900;
	font-size: 75%;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo a {
	color: #ff9900;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul ul {padding-left: 12px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}
*/

* html .relatedLinks a {
height: 1%;
}
* html #news a {
height: 1%;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #ff9900;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 0px solid #ff9900;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
/*	margin: 0px;*/
	margin: 50px 0px 0px 10px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
/*	color: #ffffff;*/
	color: #990033;
}

#navBar .selected {
	/*	background-color: #990033;*/
/*	color: #ff9900;*/

	font-weight: bold;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	text-align: center;
	border: none;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#sponsors{
	text-align: center;
	font-size: 70%;
	color: White;
	;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	border-top: 0px solid #ffffff;
}

#sponsors a{
	color: White;
}

/************** #news styles **************/

#news{
	position: relative; /* Ansonsten Probleme mit IE/Win-Hack */
	margin: 0px;
	padding: 20px 10px 20px 10px;
	font-size: 70%;
	text-align: left;
	border-top: 1px solid #ffffff;
}

#news p{
	padding: 5px 0px 5px 0px;
}

#news a
{
	color: White;
}

#news li
{
	list-style-type: disc;
	margin-left: 12px;
	color: White;
	vertical-align: middle;
}