
/************ Generic Selectors *********************/

body, html {
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    color: #333333;
    background-color: rgb(200,220,250);	
	height: auto;	
	line-height: 18px;
    }
    
body {
    min-width:960px;
	height: 100%;
	background-image: url("./images/980bg.png");
	background-repeat: repeat-y;
	background-position: 50%;
	background-attachment: fixed;
	text-align: center;
	margin: 0;
    }

h1 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 16px; 
        font-weight: bold;
}
h2 {
        margin-top: 15px;
        margin-bottom: 6px;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 14px;
        font-weight: bold;
}
h3 {
        margin-top: 15px;
        margin-bottom: 5px;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 12px;
        font-weight: bold;
}
p {
        padding-left: 2em;
		margin-top: 0em;
        margin-bottom: 1em;
}

/*************** Classes ***********************/

div.picright {
	float: right;
	clear: right;
	margin-left: 10px;
    margin-right: auto;
	width: 200px;
	background: #FDF1CE;
	margin-bottom: 7px;
	border: 1px #FFD493;
	border-style: solid;
	/* Mozilla-specifikt */
	-moz-border-radius: 7px;
}

.picright_norm {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.picright p {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding: 0em;
	padding-left: 10px;
	padding-right: 10px;
}

.picright img {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top:10px;
}

/**/

div.picleft {
    float: left;
	margin-left: 2em;
    margin-right: 10px;
	width: 200px;
	background: #FDF1CE;
	margin-bottom: 7px;
	border: 1px #FFD493;
	border-style: solid;
	/* Mozilla-specifikt */
	-moz-border-radius: 7px;
}

.picleft img {	
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top:10px;
}

.picleft p {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding-left: 0em;
}


div.imageleft {
float:left;
margin-bottom:10px;
margin-right:10px;
margin-left:2em;
}

div.imageright {
clear: right;
float:right;
margin-bottom:10px;
margin-left:10px;
}

/* --------------- */


.spalt_1  {
	float: left;
	width: 40%;

}

.spalt_2 {
	float: right;
	width: 60%;
}

.spalt_1_20  {
	float: left;
	width: 20%;

}

.spalt_2_80 {
	float: right;
	width: 80%;
}

.spalt_1_wide  {
	float: left;
	width: 40%;
	height:22px;
	line-height:22px;

}

.spalt_2_wide {
	float: right;
	width: 60%;
	height:22px;
	line-height:22px;
}


/* --------------- */

span.bildtext {
	font-size: 10px;
	line-height: 14px;
}

div.bildtext {	
	font-size: 10px;
	line-height: 14px;
}

div.bildtext_i {	
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}

div.next {
	text-align: right;	
}

div.citat {
	float: right;
	width: 500px;
	padding-top: 25px;
	padding-right: 10px;
}

.fotnot {
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
}

br.clear {
	clear: both;
}

ul.navigering {
	padding: 0;
	margin: 0;
	margin-top: 5em;
	margin-left: 2em;
	background-repeat: no-repeat;
	padding-left: .2em;
	list-style-image: url(./images/smallArrow.gif);
	line-height: 200%;
	font-weight: bold;
	list-style-type: none;	
}

ul.navigering li.ny {
	list-style-image: url(./images/ny.gif);
	background-repeat: no-repeat;
	padding-left: .2em;
}

/*blockquote {
background:#FFFADA url(images/bg_blockquote.gif) no-repeat scroll 5px 7px;
color:#736926;
margin:10px 10px 0;
}
blockquote p {
padding:10px 10px 10px 20px;
}*/

blockquote.shadow {
	background-color: #ECEFF5;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 20px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: ridge;
	border-right-color: rgb(235,240,240); 
	border-right-width: 2px; 
	border-bottom-style: ridge;
	border-bottom-color: rgb(235,240,240); 
	border-bottom-width: 2px;
	overflow: visible;
}

table.top {
	width: 100%;
	height: 110px;
	border: 0; 
}

table.local {
	/*border: 1px;
	border-color: black;
	border-style: solid;*/
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
	border-spacing: 0px 0px;
}

table.local td.left{
	padding-right: 6px;
	vertical-align: top;
	width: auto;
}

table.local td.right{
	padding-left: 6px;
	vertical-align: top;
}

table.local td.center{
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
}

/**************** Pseudo classes ****************/

:link {
    color: blue;
    text-decoration: none;
}

:visited {
    color: rgb(0, 0, 220);
    text-decoration: none;
}

div.next img {
	border: 0px;
}

ul.navigering li :link {
    color: black;
    text-decoration: none;
}

ul.navigering li :visited {
    color: black;
    text-decoration: none;
}

ul.navigering li :hover {
    display: block;
    color: white;
    font-weight: bold;
}

/*:active {
	color: rgb(255, 0, 102);
	font-weight: bold;
}*/

/************************* ID's *************************/

div#wrapper {
    background: rgb(100,150,200);
    width: 960px;
    margin-left: auto;
    margin-right: auto;
	height: 100%;
	text-align: left;
}

div#pagebody {
    background: rgb(100,150,200);
    width: 960px;
	height: 100%;
}

div#pageheader{
    background: black;
    background-image: url("banner_960px.jpg");
    width: 960px;
    height: 132px;
    /*position:  static;*/
    text-align: center;
    vertical-align: middle;
	color: yellow;
    font-size: 11px;
    font-style: italic;
	line-height: 14px;
}

div#pagefooter{
    background: white;
    width: 960px;
    height: 100px;
    clear: both;
    border-top: solid 2px rgb(100,150,200);
    padding-top: 10px;
    padding-bottom: 2px;
    text-align: center;
}

div#navigation {
    position: relative;
	float: left;
    width: 150px;
    font-weight: normal;
    background: rgb(100,150,200);
	overflow: hidden;
}

div#doctext {
    background: white;
	float: right;
    width: 790px;
    text-align: justify;
    padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	overflow: visible;
}


