/* CSS Document */
* { margin:0px; padding:0px;
}

body {
	margin-bottom:40px;
	background-color:#283021;

	color:#2C2A0E;
}

body, input, select, textarea {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

#wrapper {
	text-align:center;
	/*border:1px solid #00ffff;*/
}

#container {
	/*border:1px solid #00ff00;*/
	width:734px;
	margin:0px auto;
	text-align:left;
	position: relative;


}

#header {
	height:327px;
	background-image:url(../images/header.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#content	{
	/*border:1px solid #ffffff;*/
	background-image:url(../images/content_background.gif);
	background-position:top left;
	background-repeat:repeat-y;
	margin:0px;
	padding: 0px;
	overflow: auto;
}






#contpapier  {
	float:right;
	width:510px;
	margin:0px;
	padding: 50px 10px 0px 0px;

}
		
#papier	{
	/*border:1px solid #fff000;*/
	background-image:url(../images/papier.gif);
	background-position:top;
	background-repeat:repeat-y;
	width:508px;


}

#papiertop	{
	/*border:1px solid #fff000;*/
	background-image:url(../images/papiertop.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:509px;
	height:92px;


}

#papierbottom	{
	/*border:1px solid #fff000;*/
	background-image:url(../images/papierbottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:509px;
	height:94px;

}

#postit	{
	/*border:1px solid #fff000;*/
	background-image:url(../images/postit.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	width:183px;
	height:182px;
	padding-left: 30px;
	
}

#mail	{
	/*border:1px solid #fff000;*/
	background-image:url(../images/mail.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	width:180px;
	height:160px;
	padding-left: 30px;
	
}




/* text styles------------------------------- */

h1 {
	font-size:large;
	font-weight:bold;
	color:#474335;
        padding:0px 35px 0px 45px;
}

#papiertop h1 {

        
	font-size:large;
	font-weight:bold;
	color:#474335;
        padding:50px 35px 0px 70px;

}

#papier img {

        float:right;
        padding: 0px 60px 0px 0px;
        margin-top:-50px;
    
}

h1 span {
	color:#58610E;
}

h1.decorated {
	background-image:url(../images/general/bullet_shield.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:large;
	font-weight:bold;
	color:#474335;
	border-bottom:1px dotted #CBC6B4;
	margin:0px 0px 16px 0px;
	padding:0px 0px 4px 12px;
}

h2 {

	font-size:small;
	font-weight:bold;
	color:#58610E;
        padding:5px 0px 5px 50px;
}

h3 {
	background-image:url(../images/general/bullet_shield_small.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:smaller;
	font-weight:normal;
	color:#454137;
	border-bottom:1px dotted #CBC6B4;
	margin:0px 0px 3px 0px;
	padding:0px 0px 3px 10px;
} 

h3.margin {
	background-image:url(../images/general/bullet_shield_small.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:smaller;
	font-weight:normal;
	color:#454137;
	border-bottom:1px dotted #CBC6B4;
	margin:0px 0px 17px 0px;
	padding:0px 0px 3px 10px;
} 

p	{
	color:#454137;
	font-size:small;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#content p	{
	color:#454137;
	font-size:small;
	margin:0px 0px 0px 0px;
	padding:0px 35px 10px 45px;
}

a	{
	color:#888E40;
        text-decoration:none;
}
	
/* Footer ------------------------------------*/

#footer {
	height:127px;
	background-image:url(../images/footer2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:smaller;
	width: 100%;


	}


#footerText	{
	text-align:center;
	line-height:15px;
}

#footer a {
	color:#1D1D1D;
	text-decoration:none;
}

#footer a:hover {
	color:#7D8800;
}




/* menu------------------------------------*/


#menu {
padding: 0px;
margin: 0px;
}

#menu ul {
list-style: none;
margin: 50px 0px 0px 10px ;
padding: 0px;
border-top: 1px dashed #4f4f4f;
width:124px;
}
#menu ul li {
margin: 0px;
padding: 0px;
}
#menu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #4f4f4f;
padding: 5px 0px 5px 4px;
text-decoration: none;
color: #666666;
width:120px;
}

#menu ul li a:hover, #menu ul li a:focus {
color: #000000;
background-color: #C0C585;
}














