/*************************************/
/* froximun AG - Template Startseite */
/* Autor: Steffen Hoffmann           */
/* Stand: 15. Januar 2009            */
/*************************************/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font: 90% Arial, Helvetica, sans-serif;
	color: #444444;
	background: url(../images/bgmain.png) 0 0 no-repeat #FFFFFF;
	text-align: left;
}

a {
	color: #444444;
	background: transparent;
	text-decoration: underline;	
}

a:hover, a:focus {
	color: #4a85ff;
	background: transparent;
}

/* DIVs konfigurieren */

#alles {
	position: relative;
	width: 995px;
	margin: 0;	
}

#page {
	text-align: left;
}

#logo {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 220px;
	height: 115px;
	background: url(../images/logofrxag.gif) 0 0 no-repeat #36486D;
	z-index: 100;
}

#topmenu {
	position: absolute;
	top: 58px;
	left: 400px;
	height: 26px;
	width: 400px;
	z-index: 20;
	vertical-align: left;
}

#topmenu ul {
	padding-right: 10px;	
	padding-top: 0.35em;
}

#topmenu li {
	display: inline;
	list-style: none;
	font-size: 0.85em;
	font-weight: normal;
	background: transparent;
	float: left;
}

#topmenu li A {
	display: block;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #444444;
	color: #444444;
	text-decoration: none;
}

#topmenu li A:HOVER, #topmenu li A:FOCUS {
	text-decoration: underline;
}

#languages {
	position: absolute;
	top: 0px;
	left: 400px;
	z-index: 30;
	vertical-align: middle;
	height: 30px;
	background: #D2E0FF;
	padding: 0px 15px 10px 0px;
}

#languages ul {
	padding-top: 0.35em;
	list-style: none;
}

#languages li {
	display: inline;
	font-size: 0.85em;
	font-weight: bold;
	color: #444444;	
	background: transparent;
	float: left;
	padding: 0px 0px 0px 15px;	
	font-size: 12px !important;
}

#languages li#active_language A {
	text-decoration: none;
	font-weight: bold;
}

#languages li A {
	display: inline;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px !important;
	margin-right: 5px !important;	
}

#languages li A:HOVER, 
#topmenu li A:FOCUS {
	text-decoration: underline;
}

#topmenu li#current {
	font-weight: bold;
	text-decoration: none;
}

#teaser_content {
	position: absolute;
	z-index: 9;
	background: url(../images/teaser.jpg) 0 0 no-repeat;
	width: 950px;
	height: 250px;
	left: 0;
	top: 85px;
}

#teaser {
	position: absolute;
	left: 0px;
	top: 85px;
	width: 990px;
	height: 350px;
	z-index: 10;
	background: url(../images/teaser.gif) 0 0 no-repeat;
}

#mainmenu {
	position: absolute;
	left: 30px;
	top: 270px;
	width: 950px;
	height: 28px;
	z-index: 30;
	vertical-align: bottom;
	background: transparent;	
}

#mainmenu ul {
	padding-left: 20px;
}

#mainmenu li {
	display: block;
	width: auto;
	height: 26px;
	list-style: none;
	font-size: 1.1em;
	font-weight: bolder;
	line-height: 26px;
	background: #89B0FF;
	float: left;
}

#mainmenu li A {
	display: block;	
	width: auto;
	height: 26px;
	line-height: 26px;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;	
	text-decoration: none;
	float: left;	
}

#mainmenu li A:HOVER, 
#mainmenu li A:FOCUS,
#mainmenu li#current {
	background: #4A85FF;	
}

#mainbox {
	position: absolute;
	top: 321px;
	left: 00px;
	width: 950px;
	z-index: 50;
	padding: 0;	
	border: 0px solid #000000;
}

#content {
	position: relative;
	width: 910px;
	left: 30px;
	clear: both;
	padding: 0px 20px 20px 20px;
}

#footer {
	position: relative;
	width: 940px;
	height: 30px;
	clear: both;
	background: url(../images/bglightgrid.png) repeat;
	padding-left: 40px;
}

#footer .moduletable_footermenu {
	float: left;
}

#footer .moduletable_footermenu  ul {
	padding: 7px 0px 5px 0px;
}

#footer .moduletable_footermenu li {
	display: inline;
	list-style: none;
	font-size: 0.85em;
	font-weight: normal;
	background: transparent;
	float: left;
}

#footer .moduletable_footermenu li A {
	display: block;	
	padding: 0px 20px 0px 10px;
	color: #262583;	
	text-decoration: none;
	border-left: 1px solid #262583;
}

#footer .moduletable_footermenu li A:HOVER, 
#footer .moduletable_footermenu li A:FOCUS {
	text-decoration: underline;
}

#copyright {
	float: right;
	color: #262583;		
	font-size: 0.85em;
	padding: 7px 10px 5px 0px;
}

#copyright .moduletable-copyright {
	text-align: center;
}

#leftcol {
	width: 510px;
	float: left;
	border: 0px solid #000000;
	margin: 0px 0px 20px 0px;
}

#rightcol {
	border: 0px solid #000000;
	margin: 0px 0px 20px 20px;
	float: left;
	width: 375px;
	/* IE 5 Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	
	/* korrekt */
	width: 375px;
}


/************************************************************/
/******************   später in JOOMLA    *******************/
/************************************************************/

/* Content */

#content P {
	font-size: 0.9em;
	line-height: 1.4em;	
	padding-bottom: 0.25em;
}

#content .readmore {
	font-size: 0.78em;
	background: transparent;
	color: #262583;
	padding: 0.1em 0.6em;
	margin-bottom: 5px;
	text-decoration: none;
	float: right;
	clear: both;
}

#content .readmore:HOVER,
#content .readmore:FOCUS {
	color: #FFFFFF;
}

#content H1 {
	font-size: 1.1em;
}

#content .contentpaneopen-listing H1 {
	font-size: 0.92em;
}

#content .contentpaneopen H5,
#content .contentpaneopen-listing H5 {
	font-size: 0.78em;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 0.25em;
}

#content H3 {
	font-size: 1.0em;
}

#content H3 A {
	text-decoration: none;
}

#content IMG {
	float: left;
	padding: 0px 10px 0px 0px;
}

#content SPAN.article_separator {
	display: block;
	height: 1.0em
}

#content .moduletable H3,
#content .moduletable-listing H3 {
	font-size: 1.4em;
	background: transparent;
	padding: 1.0em 0em 0.25em 0em;
	margin-bottom: 0.75em;
}


/* Welcome Box */
#welcome {
	float: left;
	clear: both;
	width: 510px;	
	padding-bottom: 10px;
}

#welcome H1 {
	font-size: 1.5em;
	font-weight: normal;	
	color: #4A85FF;
	background: transparent;
	padding-bottom: 0.5em;
}

#welcome P {
	font-size: 1.0em;
	line-height: 1.5em;
}


/* Linke Spalte */

#leftcol H1 {
	font-size: 1.1em;
}

#leftcol H1 A {
	text-decoration: none;
}

#leftcol .moduletable H3 {
	color: #4A85FF;
	background: transparent;
	border-bottom: 2px solid #4A85FF;
}

#leftcol SPAN.article_separator {
	width: 510px;
	border-top: 1px dashed #4A85FF;
}

#leftcol .readmore {
	color: #FFFFFF;
	background: #77A4FF;
}

#leftcol .readmore:HOVER,
#leftcol .readmore:FOCUS {
	background: #4A85FF;
}

/* Rechte Spalte */

#rightcol .moduletable H3,
#rightcol .moduletable-listing H3 {
	color: #33CC00;
	background: transparent;
	border-bottom: 2px solid #33CC00;
}

#rightcol A:HOVER,
#rightcol A:FOCUS {
	color: #33CC00;
}

#rightcol SPAN.article_separator {
	width: 375px;
	border-top: 1px dashed #33CC00;
}

#rightcol .moduletable-listing  SPAN.article_separator {
	height: 5px;
}


#rightcol SPAN A {
        font-size: 0.78em;
        background: transparent;
        color: #262583;
	padding: 0.1em 0.6em;
	margin-bottom: 5px;
	text-decoration: none;
	float: right;
	clear: both;
}

#rightcol .readmore,
#rightcol SPAN A {
	background: #85E066;
	color: #FFFFFF;
}

#rightcol .readmore:HOVER,
#rightcol .readmore:FOCUS,
#rightcol SPAN A:HOVER,
#rightcol SPAN A:FOCUS {
	background: #33CC00;
	color: #FFFFFF;	
}

#content .contentheading-listing {
	font-size: 1.1em;
	font-weight: bold;
}

#rightcol .contentheading-listing {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
}

#content .contentheading-listing A {
	text-decoration: none;
	color: #444444;
	background: transparent;
}

#content .contentheading-listing A:HOVER,
#content .contentheading-listing A:FOCUS {
	text-decoration: underline;
	color: #4A85FF;
	background: transparent;
}


#rightcol .contentheading-listing A:HOVER,
#rightcol .contentheading-listing A:FOCUS {
        text-decoration: none;
        color: #33CC00;
        background: transparent;
}


/* Quickbox -> Schnellzugriff */

#quickbox {	
	position: absolute;
	z-index: 40;
	top: 3px;
	right: 20px;
	width: 280px;
	border: 0px solid #4A85FF;	
}

.qbheader {
	background: #CC0000 url(../images/bgquickbox.png) no-repeat;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 20px;
	font-size: 0.9em;
	font-weight: bolder;
	margin-bottom: 10px;
}

#quickbox FORM {
	padding: 0px 0px 3px 25px;
}

.qbdropdown {
	width: 255px;
}

#quickbox A {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	padding: 7px 0px 0px 29px;

	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #4A85FF;
	background: transparent;
}

#quickbox A:HOVER,
#quickbox A:FOCUS {
	color: #33CC00;
	background: transparent;
}

#quickbox ul {
	list-style: none;
}


/* searchform */

#search {
	position: absolute;
	top: 61px;
	left: 815px;
	z-index: 40; 
	border: 0px solid #FFFFFF;
}

#search FORM {
	float: left;
}

#search H3 {
	float: left;
	color: #444444;
	background: transparent;
	font-weight: normal;
	font-size: 0.85em;
	margin-right: 5px;
	visibility: hidden;
}

#search .inputbox {
	float: left;
	line-height: 16px;
	padding: 0px 3px 0px 3px;
	width: 110px;
	height: 16px;
	border: 1px solid #AAAAAA;
	font-size: 0.85em;
}

#search .button {
	color: #4A85FF;
	height: 18px;
	width: 18px;
	background-image: url(../images/searchbutton.png);
	float: left;
	line-height: 18px;
	border: 0px;	
}

#searchbutton:HOVER,
#searchbutton:FOCUS {
	background-image: url(../images/searchbutton2.png);
	color: #4A85FF;
	border: 0px;	
}

/************************************************************/
/********* Allgemeine Formate *******************************/
/************************************************************/

.LEFT155 {
	margin-left: 155px;
}
