/*#######################################################

	COMMON FRONTEND LAYOUT STYLESHEET 
	
	this stylesheet is intended to define the general
	layout of your page 

#######################################################*/



/*##############################
	importing the rte class
	definitions for element
	styling
##############################*/
@import url("rte.css");


:root {
	overflow-y: scroll !important;
}

html, body {
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	min-height: 100%;
}

body {
	font-family: Helvetica,Geneva,"Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	background-image:url('/typo3conf/ext/snsomd_layout/res/img/bg.jpg');
	background-color:#F2F2EF;
	background-attachment:fixed;
	font-size:12px;
	cursor:default;
}

/*##############################
		.CONTENT
##############################*/
.clear {
	clear: both;
}

.content {
	font-family:"trebuchet MS", verdana, arial, sans-serif;
	font-size:13px;
}

.content p:first-letter {
	font-size:16px;
	font-variant:small-caps;
}



/*#############################
	header
#############################*/
#header {
	width:100%;
	height:90px;
	border:0px;
	color:transparent;
	background:none;
	background-color:#F2F2EF;/*#F2F2EF;*/
}
#header td {
	border:0px;
	padding:0px;
	margin:0px;
}
#header tr:hover {
	background:none;
}
#header .logo_left {
	float:left;
}
#header .logo_right {
	float:right;
}
#header .subhead {
	height:20px;
	background-color:#B91817;
}
#header .bgleft {
	background-image:url('/typo3conf/ext/mainlayout/res/img/background_left.gif');
	background-repeat:repeat-x;
}

/*#############################
	subheader
#############################*/
.subhead {
}
.topnav {
	float:right;
	margin-top:2px;
	margin-right:10px;
	font-size:1em;
}
.topnav a {
	color:#ffffff !important;
	font-style:normal !important;
	font-size:1em;
}



/*#############################
	main container 
#############################*/
#container {
	position:relative;
	width:780px;
	margin:auto;
	padding:0px;
	margin-top:10px;
}

/*#############################
	bodycopy main 
#############################*/
#main {
	position:relative;
	background-color:#fcfcfc;
	min-height:600px;
	margin:0;
	padding-bottom:20px;
	border:1px solid #A9AAA8;
}


/*#############################
	footer
#############################*/
#footer {
	width:780px;
	height:50px;
	background-image:url('/typo3conf/ext/snsomd_layout/res/img/bg_footer.png');
	background-repeat:no-repeat;
	margin:0px;
}
#footer p {
	font-variant: normal;
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
	color:#000;
	margin:0px;
	margin-right:45px;
}
* html #footer p:first-letter {
	font-size: 16px;
}

#footer a {
	color:#136;
}
#footer a:hover {
	text-decoration:none;
}
#footer img {
	vertical-align:text-bottom;
}

