@charset "utf-8";
/* CSS document for Tystnaden */
body
{
padding: 0px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
}

div.center/*centers in IE7, Firefox, Safari*/
{
position: absolute;
left: 50%;
margin-left: -425px;
}

.flag
{
margin-left:750px;
margin-top:50px;
height:20px;
width:30px;
border-color:#FFFFFF;
}

#green
{
color: #669933;
}

#bold
{
font-weight: bold;
}

div.container
{
margin: 0px;
padding: 0px;
width: 800px;
}

/* Settings for logotype */
div.logotype
{
border: 0px;
height: 80px;
width: 800px;
position: relative;
background-image:url(images/logotype.jpg);
background-repeat:no-repeat;
}

div.logoengl
{
border: 0px;
height: 80px;
width: 800px;
position: relative;
background-image:url(images/thesilence-logo-309px.jpg);
background-repeat:no-repeat;
}

/* Settings for main image */
div.main_img
{
z-index: 0;
border: 0px;
height: 450px;
width: 800px;
position: relative;
}

/* Settings for menu  */
div.menu_container
{
	z-index: 1;
	position: absolute;
	top: 102px;
	left: 340px;
	height: 1px;
	width: 440px;
	text-align: left;
} 

div.menu_item
{
float:left;
position: relative;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;
width: 135px;
color:#FFFFFF;
font-weight: bold;
text-align: center;
background-color: #000000;
} 

#menu_active
{
background-color: #669933;
} 

/* Settings for submenu  */

div.submenu_container
{
position: relative;
width: 435px;
text-align: left;
} 

div.submenu_item
{
float:left;
position: relative;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;
width: 135px;
font-weight: bold;
text-align: center;
}
#submenu_active
{
color: #669933;
} 

/* Settings for main area */
div.main_area
{
	background-color:#FFFFFF;
	border: 0px;
	height: 278px;
	width: 435px;
	position: absolute;
	left: 340px;
	bottom: 37px;
}

div.main_textarea
{
	position:absolute;
	left: 1px;
	top: 40px;
	height: 237px;
	width: 428px;
	overflow: hidden;
}

div.main_text
{
position:relative;
width: 380px;
left: 0px;
top: 0px;
text-align: left;
padding: 0px 15px 15px 15px;
} 

/* Settings for footer */
div.footer
{
width: 800px;
padding-top: 5px;
position:relative;
text-align: left;
} 

/* Settings for the different links */
a.mail:link {color: #000000; text-decoration: none; }
a.mail:visited {color: #000000; text-decoration: none; }
a.mail:hover {color: #669933; text-decoration: none; }
a.mail:active {color: #000000; text-decoration: none;} 

a.menu:link {color: #FFFFFF; text-decoration: none; }
a.menu:visited {color: #FFFFFF; text-decoration: none; }
a.menu:hover {color: #FFFFFF; text-decoration: none; }
a.menu:active {color: #FFFFFF; text-decoration: none;} 

a.submenu:link {color: #000000; text-decoration: none; }
a.submenu:visited {color: #000000; text-decoration: none; }
a.submenu:hover {color: #669933; text-decoration: none; }
a.submenu:active {color: #000000; text-decoration: none;} 
