/* Link Behaviour */

a:link		        {
			color: #084B8A; 
			text-decoration: none;
}
a:visited	        {
			color: #084B8A; 
			text-decoration: none;
}
a:hover			{
			color: #B45F04;
			text-decoration: none;
}
a:focus		 	{
			outline: none;
			text-decoration: none;
}
h2:hover		{
			color: #B45F04;
                        text-decoration: none;
}
h4:hover		{
			color: #B45F04;
                        text-decoration: none;
}
img { 
   border:0px solid;
}

/* Font Definitions */ 

h1	{
	font-size: 14pt;
	font-family: Arial;
	color: #615243;
	text-align: left;
	margin-top: 0px;
}
h2	{
	font-size: 12pt;
	font-family: serif;
        font-style:italic;
	color: #084B8A;
	margin-top: 0px;
        text-align:center;
}
h3	{
	font-size: 16pt;
	font-family: cursive;
	color: #084B8A;
	text-align: center;
	margin-top: 0px;
}
h4	{
	font-size: 12pt;
	font-family: cursive;
	color: #084B8A;
}
tr	{
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B45F04;
	text-align: center;
	margin-top: 0px;
}

/* Page Layout */ 




body {
        background-image: url(../images/hintergrund.png);		
	margin-top: 		50px;
	margin-bottom: 		0px;
	margin-left: 		0px;
	margin-right: 		0px;
       
}
#left {
	background-image: url(../images/hintergrund.png);
        /*background-image: url(../images/left_heart.png);*/ 
        position:fixed;
	left:5px;
	top:50px;
	width:210px;
	height:500px;
        text-decoration: none;
       
}
#right {
	background-image: url(../images/hintergrund.png);
        /*background-image: url(../images/left_heart.png);*/ 
        position:fixed;
	left:810px;
	top:50px;
	width:210px;
	height:500px;
        text-decoration: none;
        
}
#berge {
	background-image: url(../images/berge.jpg);
        position:absolute;
	left:205px;
	top:450px;
	width:600px;
	height:100px;
        background-color: rgb(255, 255, 255);
        text-decoration: none;
}

#all {
	position:absolute;
	left:205px;
	top:50px;
	width:600px;
	height:500px;
        background-color: rgb(255, 255, 255);
        text-decoration: none;
}

#standesamt {
	position:absolute;
	left:205px;
	top:50px;
	width:600px;
	height:1000px;
        background-color: rgb(255, 255, 255);
} 

#standesamtberge {
	background-image: url(../images/berge.jpg);
        position:absolute;
	left:205px;
	top:950px;
	width:600px;
	height:100px;
        background-color: rgb(255, 255, 255);
        text-decoration: none;
}
#header {
	position:absolute;
	left:0px;
	top:20px;
	width:600px;
	height:150px;
        background-color: rgb(255, 255, 255);
        text-decoration: none;
}
#content {
	position:absolute;
	left:0px;
	top:180px;
	width:600px;
	height:300px;
        background-color: rgb(255, 255, 255);
        text-decoration: none;
}


