/*
Theme Name: SUBWAY Minden
Theme URI: http://www.subway-minden.de
Description: Wordpress Theme f&uuml;r SUBWAY Minden
Author: Thoxan . agentur f&uuml;r neue medien
Author URI: http://www.thoxan.com
Version: 1.0
*/

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* TXT, BTN, FRM KLASSEN */

.Headline {
	font-size: 18pt;
	font-weight:bold;
}

.MidText {
	font-size: 12px;
	font-weight:normal;
}

.SmallText {
	font-size: 10px;
	font-weight:normal;
}

.frmGeneral {
	font-size: 14px;
	font-weight:normal;
	background-color:#84aa7a;
	border:1px solid;
	border-color:#003026;
	color:#003026;
}

.frmGeneralBold {
	font-weight:bold;
}

/* LINKS */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* DIV LAYER */

#layHeader {
	position:absolute;
	width:780px;
	height:148px;
	z-index:1;
	left: 10px;
	top: 10px;
}

#layBanner {
	position:absolute;
	width:160px;
	height:599px;
	z-index:1;
	left: 800px;
	top: 10px;
}

#layNavigation {
	position:absolute;
	width:200px;
	z-index:2;
	left: 10px;
	top: 168px;
	background-color: #005140;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
}

#layContent {
	position:absolute;
	width:570px;
	z-index:3;
	top: 168px;
	left: 220px;
	background-color: #005140;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	min-height:150px;
}

#laySpacer {
	position:relative;
	bottom:0px;
	width:570px;
	height:20px;
	z-index:73;
}

/* DIV LIST STYLES */

#layNavigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none
}

#layNavigation li {
		display: block;
		border-bottom: 1px solid #ffffff;
		border-left: 10px;
		margin: 0;
}

#layNavigation li a {
		display: block;
		height: 25px;		
		padding: 10px 0px 10px 10px;
		text-decoration:none;
		background: none;
		width: 100%;
}

html>body #layNavigation li a { /*GECKO*/
		width: auto;
		padding: 10px 0px 0px 10px;
}

#layNavigation li a:hover {
		background-color:#cbd622;
		color:#000000;
}