/***********************************************/
/* stlye.css                                   */
/* www.sciencepolicystudies.de                 */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #003366;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{ /* fuer Sitename, Position #siteName und #siteNameUndertitel */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #334d55;
}

h2{ /* fuer NavBarName, Position #NavHead, z.B. Geschaeftsstelle, Projekt xy */
	font-size: 100%;
	color: #AA0000;
}

h3{ /* fuer Pagename, Position #pageName */
	font-size: 100%;
	color: #003955;
}

/* Ueberschriften fuer NavBar und feature */
h4{
	font-size: 100%;
	color: #004D71;
}

h5{
	font-size: 100%;
	color: #005984;
}

h6{
	font-size: 100%;
	color: #006699;
}

ul{
	list-style-type: disc;
}

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

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

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid;
	width: 100%;
	background-color: #DDDDFF;
	border-bottom-color: #666666;
}

#navHead{ /* Hier Titel der Unterseiten Geschaeftsstelle, Expertisen, Projekte */
	background-color: #F0ECF0;
	padding: 10px 0px 4px 10px;
	border-bottom: 1px solid #ccc}

#navBar{
	margin: 0px 78% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
}

#start{ /* Anwendung fuer Home und andere zentrierte Seiten wie Projekte (Uebersicht) */
	margin: 0;
	padding: 2% 15% 0pt 15%;
}

#content{
	float:right;
	width: 74%;
	margin: 0;
	padding: 2% 3% 0pt 0pt;
	background-attachment: fixed;
}


/***********************************************/
/* Site und Page Names                         */
/***********************************************/

#siteName{
	padding: 0px 0px 0px 10px
}

#siteNameUnderTitel{
	padding: 0px 0px 5px 165px;
	font-size: 100%
}

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

#engl {
	font-size: 80%;
	color: #666666;
}

/***********************************************/
/* Navigation Styles                           */
/***********************************************/

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

#globalNav{
	color: #999999;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

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

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

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

/* 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;}

/*********** #sectionLinks styles in NavBar ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks h4{
	padding: 10px 0px 2px 10px;
	border-top: 1px solid #cccccc;
}

#sectionLinks h5{
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-size: 90%;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 18px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 18px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	padding: 2px 0px 2px 18px;
	border-top: 1px solid #cccccc;
}

/***********************************************/
/* .feature styles                             */
/***********************************************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature a:link {
	text-decoration: underline;
}

.feature a:visited {
	text-decoration: underline;
}

.feature a:hover {
	text-decoration: underline;
}

.feature p{
	margin: 8px 0 8px 0;
}

.feature h4 {
	font-size: 110%;
	padding: 10px 0 0 0;
}

.feature h5 {
	padding: 5px 20px 0px 20px;
}

.feature h6 {
	padding: 5px 40px 0px 40px;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #A0A0A4;
	padding: 10px 10px 10px 10px;
}

