/* wolf kammerlander, info@dasKonkubinat // for garybrown.ch //===================*/

/* ===========================================globalRules: everything down to zero*/

* {
	padding: 0;
	margin: 0; 
	}
	
body {
	margin:50px 0px;
	padding:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#wrap #flashcontent {
	float: right;
	height: 300px;
	width: 399px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {

	text-decoration: none;
	color: #CC6600;
}
a:active {


	text-decoration: none;
	color: #CC6600;
}

	
/* layoutRules: boxes */
	
	
/* ==============================================overalBox: wrap container */	
#wrap {
	width:600px;
	text-align:left;
	padding:0px;
	border:1px none #333;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	}
	
/* ==============================================threeBoxes: navigation, content, top for signature */
#wrap #right {
	height: 300px;
	width: 399px;
	float: right;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#wrap #top {
	height: 100px;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#wrap #left {
	background-color: #666666;
	width: 199px;
	height: 300px;
	float: left;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#wrap #footer {
	width: 600px;
	height: 18px;
}
#wrap #subNav {
	height: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	float: left;
	width: 120px;
}
#wrap #nav {
	width: 400px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 25px;
}


/* ==================================================== fontRules: size, color etc. */

h1 {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 4px;
	margin-bottom: 12px;
	color: #FFFFFF;
}
h2 {
	font-size: 10px;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-right: 2px;
	color: #FFFFFF;
}
p {
	font-size: 10px;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-right: 2px;
	color: #FFFFFF;
}
#wrap #footer #nav p {
	font-size: 8px;
}
#wrap #right p {
	margin: 0px;
	padding: 0px;
}


/*======================================================= nav: behavior */

#wrap #nav a, #wrap #nav a:visited {
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
	color: #333333;
	border: 1px none #666666;
}
#wrap #nav a:hover {
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	border: 1px none #666666;
	background-color: #666666;
}
#wrap #nav a:active {
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
	color: #CC6600;
	border: 1px none #666666;
	background-color: #666666;
}
#wrap #top img {
	float: right;
}



/* ================================================================ subnav:behavior */

#wrap #footer #subNav a, #wrap #footer #subNav a:visited, #wrap #footer #subNav a:active {
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}
#wrap #footer #subNav a:hover {
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;
	padding: 2px;
	}
