@charset "utf-8";
/* CSS Document */

html, body {
        min-height: 100%; 
        height: auto;
        margin: 0px;
        padding: 0px;
		text-align: center;
		background-image: url(../images/bg.png);
		background-repeat: repeat-x;
       
}

#wrapper {
        min-height: 100%;
        height: auto;
        position: relative;
        margin: 0px;
        padding: 0px;

}

#top {
        width: 100%;
        height: 50px;
        background-image:url(../images/top.png);
	background-repeat: repeat-x;
        position: relative;
}

	#top_left {
        width: auto;
      	float: left;
	text-align: left;
	overflow: hidden;
	}

	#top_right {
        width: auto;
        float: right;
		text-align: right;
		overflow: hidden;
	}
	
#header {
        width: 760px;
        height: 200px;
		margin: 29px auto 0px auto;
		background-image: url(../images/logotyp.png);
        position: relative;
		background-color: #FFFFFF;
}

	#menu {
		width: 590px;
		height: 108px;
		padding: 0px;
		margin: 83px 0px 9px 0px;
		float: right;	
	}
	
		#search {
			width: 440px;
			height: 50px;
			margin: 0;
			padding: 0;
		}
		
			#searchbar {
				width: 291px;
				height: 50px;
				padding: 0px;
				margin: 0px 7px 0px 0px;
				float: left;
				background-color: #EFEFEF;
			}
		
		#sections {
			width: 590px;
			height: 50px;
			padding: 0;
			margin: 8px 0px 0px 0px;
		}
		
			.s1 {
				width: 142px;
				height: 50px;
				padding: 0px;
				margin: 0px 0px 0px 0px;
				float: left;
			}
			
			.s2 {
				width: 142px;
				height: 50px;
				padding: 0px;
				margin: 0px 0px 0px 7px;
				float: left;
			}
			
			.clear {
				clear: both;	
			}

#content {
	width: 760px;
        height: auto;
	margin: 5px auto 5px auto;
	padding: 0px;
	position: relative;
	background-color: #F1F1F1;
	text-align: justify;
}

	#content p {
		margin: 0px;
		padding: 5px 10px 5px 10px;
		color: #333333;
		font-size: 24px;
                font-family: 'Times New Roman', Times ,serif;

        }

        #content .error {
		margin: 0px;
		padding: 5px 10px 5px 10px;
		color: #990000;
		font-size: 24px;
                font-family: 'Times New Roman', Times ,serif;

        }
	
	#content p a {
		color: #990000;
		text-decoration: none;	
	}
	
	#content p a:hover {
		color: #666666;
		text-decoration: none;	
	}

        #content ul {
                margin: 0px;
                padding: 0px 0px 0px 1.2em;
		font-size: 24px;
                font-family: 'Times New Roman', Times ,serif;
        }

        #content ul li {
            color: #333333;
        }

        #content ul li a {
            color: #990000;
		text-decoration: none;
        }

        #content ul li a:hover {
		color: #666666;
		text-decoration: none;
	}

a img {
	border: none;	
}

#bottom {
        width: 100%;
        height: 50px;
        background-image:url(../images/top.png);
		background-repeat: repeat-x;
        position: relative;
		text-align: left;
}

	#bottom_left {
        width: auto;
      	float: left;
	text-align: left;
	overflow: hidden;
	}

	#bottom_right {
        width: auto;
        float: right;
		text-align: right;
		overflow: hidden;
	}

h3 {
		font-family: Arial,Helvetica,sans-serif;
		font-size:24px;
		color: #FFFFFF;
		padding: 10px 8px 10px 8px;
		margin: 0px 5px 0px 5px;
}

h3 a {
    color: #FFFFFF;
    text-decoration: none;
}

h3 a:hover {
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: #000000 4px 0px 4px;
}

.searchbox {
	border: none;
	margin: 5px;
	background: #EFEFEF;
	height: 40px;
	width: 281px;
	color: #666666;
	font-size: 24px;
	font-family: 'Droid Serif', arial, serif;
}



.textentry {
	border: solid #CCCCCC 1px;
	margin: 5px;
	background: #FFF;
	height: 40px;
	width: 281px;
	color: #666666;
	font-size: 24px;
	font-family: 'Droid Serif', arial, serif;
}

.textarea {
    border: solid #CCCCCC 1px;
	margin: 5px;
	background: #FFF;
	color: #666666;
	font-size: 24px;
	font-family: 'Droid Serif', arial, serif;
}

.d5 {
    background-image: url(../images/top.png);
}


#content .d5 p {
    color: #FFFFFF;
}

#content .d5 a {
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: #000000 4px 0px 4px;
}

#content .d5 a:hover {
    color: #999999;
    text-decoration: none;
    text-shadow: #000000 4px 0px 4px;
}

td li {
    text-align: left;
}