html {
 margin: 0;
 border: 0;
 padding: 0;
}

body {
 /*background-image:url('../images/bg_tile.jpg');*/
 background-repeat:repeat-x;
 margin: 0;
 padding: 0;
 border:0;
 font:10pt arial;
 background-color:black;
 line-height:25px;
}

#wrapper_border {
 margin: 0 auto;
 width:917px;/*720px;*/
 background-color:transparent; /* This is the border-color */
 padding:1px; /* This is the border width */
}

#wrapper {
 width:900px;/*720px;*/
 background-color:pink; /* This is the background-color (side_menubar will be this color) */
}

#wrap {
margin:0 auto;
width:900px;/*700px;*/
background-color:green;
}

#content_1 {
float:left;
background-color:yellow;
width:58%;
padding:5px;
}

#content_2 {
float:left;
width:100%; /* 80% */
/* padding:10px; */
overflow-x:hidden;
background-color:white;
background-image:url('../images/content_bg.jpg');
background-repeat:repeat-y;
/* background-repeat:repeat-y;
background-position:right; */
line-height:20px;
}

#paper_wrapper_content {
width:100%;
background-color:pink;
}

#foil_wrapper_content {
float:left;
width:100%;
height:100%;
background-color:green;
overflow-x:hidden;
}
/*
h1 {
color:#566c11;
padding:0px;
margin:0;
font:19pt arial;
}

h2 {
color:#305d7b;
padding:0;
margin:0;
margin-top:5px;
margin-bottom:15px;
font:12pt arial;
font-style:italic;
} 
*/

.clsPicture {
/*display:none;*/
float:left;
width:607px;
height:300px;
background-color:#E9E2D2;
border:4px solid white;
margin-bottom:13px;
padding:0;
}

#menuLink a{
 background-color:transparent;
 padding:2px;
}

#menuLink a:hover{
 background-color:#B51410;
 padding:2px;
}

#subMenuLink a{
 background-color:transparent;
 padding:2px;
}

#subMenuLink a:hover{
 background-color:#928561;
 padding:2px;
}

#topMenuLink a{
 background-color:transparent;
 padding:2px;
}

#topMenuLink a:hover{
 background-color:#B51410;
 padding:2px;
}
