@charset "utf-8";
/**
  * CSS-Stylesheet for Drytech website
  *		--> General style & layout
  *
  *		dark gray: 686868
  *		light gray: bebebe
  *		orange: fd6719
  *		dark blue: 022b53
  */


/* removing unwanted auto-margin and -padding values and other undesired effects */
*
{
	margin: 0;
	padding: 0;
	
	background-repeat: no-repeat;
}


/* general */
html, body
{
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #022b53;
}

img
{
	border: 0px;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #fd6719;
	text-decoration: underline;
}


/* text styles */
p
{
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #022b53;
	margin-bottom: 7px;
}

h1
{
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #022b53;
	margin-bottom: 11px;
}

h2
{
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #022b53;
	margin-bottom: 9px;
}

h3
{
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #022b53;
	margin-bottom: 9px;
}

h4
{
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #022b53;
	margin-bottom: 9px;
}

span.date
{
	font-size: 0.88em;
	padding-left: 17px;
}

div.date
{
	width: 88%;
	font-size: 0.88em;
	text-align: right;
}


ul /* unordered list */
{
	list-style-type: disc;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #022b53;
}

ol /* ordered list */
{
	list-style-type: decimal;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #022b53;
}


/* image styles */
#textcontent * img
{
	margin: 4px;
}


/* page browser styles */
#navbar
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 286px;
	
	margin-left: 4px;
	margin-right: 7px;
	
	text-align: right;
	
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #022b53;
	text-decoration: none;
}

#navbar a.specialChars
{
	font-size: 16px;
}

#navbar a
{
	color: #022b53;
}

#navbar a:hover
{
	color: #fd6719;
	text-decoration: none;
}


/* layout boxes */
#container
{
	margin: auto;
	width: 1000px;
	height: 470px;
	
	margin-top: 75px;
	
	background-color: #FFFFFF;
}

#styleElementL
{
	float: left;
	width: 50px;
	height: 75px;
	
	position: relative;
	left: 0px;
	top: 0px;
	
	background-image: url(layout/base_balken_oben.png);
}

#mainMenu
{
	float: left;
	width: 700px;
	height: 75px;
	
	position: relative;
	left: 0px;
	top: 0px;
}

#logo
{
	float: left;
	width: 200px;
	height: 75px;
	
	position: relative;
	left: 0px;
	top: 0px;
	
	background-image:url(layout/logo.png);
}

#extendedcontent
{
	float: left;
	width: 850px;
	height: 300px;
	
	position: relative;
	left: 100px;
	top: 10px;
	
	background-color: #FFFFFF;
}

#background
{
	float: left;
	width: 850px;
	height: 300px;
	
	position: relative;
	left: 100px;
	top: -290px;
	
	background-color: #FFFFFF;
}

#content
{
	z-index: +2;
	clear: both;
	float: right;
	width: 300px;
	height: 300px;
	
	position: relative;
	right: 100px;
	top: 10px;
	
	background-image: url(layout/content_bg.png);
	background-repeat: repeat;
}

#textcontent
{
	width: 288px;
	height: 272px;
	
	margin: 7px;
	
	overflow: auto;
	overflow-x: hidden;
}

#submenu
{
	/*clear: both;*/
	float: left;
	width: 700px;
	height: 75px;
	
	position: relative;
	left: 0px;
	top: -270px;
	
	margin-left: 100px;
}

#newsflash
{
	float: left;
	width: 140px;
	height: 75px;
	
	position: relative;
	left: 0px;
	top: -270px;
	
	margin-left: 10px;
}

#styleElementR
{
	float: left;
	width: 50px;
	height: 75px;
	
	position: relative;
	left: 0px;
	top: -270px;
	
	background-image: url(layout/base_balken_unten.png);
}