/*******************************************************************************

	Project		:	www.gloriabar.de

	Copyright	:	2007 - Triquart Neue Medien

*******************************************************************************/

body {
				font-size:10px;
        margin: 3em 0;
        background-color: #000000;
        height:100%;
}

body * {
				margin: 0em;
				padding: 0em;
				border-width: 0em;
				font-family: Arial,Verdana,Helvetica,Sans-Serif;
        color: #ffffff;
}

/* Website Container */

#website {
        margin: 0 auto;
        padding: 0em;
        width: 77em;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

label {
  font-size:1.2em;
}

input, select, textarea {
  color:#000000;
  font-size:1.2em;
}

option {
  color:#000000;
}

.article-list {
  margin-top:15px;
}

/* Header Image */

#website #header #image {
        margin: 0em;
        padding: 0em;
        width: 77em;
        height: 21em;
        background-color: #000000;
}

/* Navigation */

#website #header #mainnav,
#website #header #subnav {
        margin: 0em;
        padding: 0em;
        width: 77em;
        height:1.5em;
        background-color: #CC0000;
}

#website #header #mainnav {
        background-color: #ffffff;
}

#website #header #mainnav ul,
#website #header #subnav ul {
        list-style-type: none;
}


#website #header #mainnav ul li,
#website #header #subnav ul li {
        display: inline;
        text-transform: uppercase;
        font-weight: bold;
        padding: .2em 0.8em 0.1em 0.8em;
}

#website #header #mainnav ul li a,
#website #header #subnav ul li a{
        text-decoration: none;
        color: #000000;
}

#website #header #subnav ul li a {
        color: #ffffff;
}

#website #header #mainnav ul li a {
        font-size: 1.2em;
}
#website #header #subnav ul li a {
        font-size: 1.2em;
        color:#ffffff;
}

#website #header #mainnav ul li a.current {
        color: #ffffff;
}

#website #header #mainnav ul.nav1st li.active {
        color: #ffffff;
        background-color: #cc0000;
        border-bottom: .1em solid #cc0000;
}

#website #header #subnav ul li a.current {
        color: #ffffff;
}

/* Website Content */

#website #content {
        margin: 0em;
        padding: 1.5em;
        width: 74em;
        background-color: #CC0000;
        float:left;
        min-height:270px;
}

#website #content #article {
        margin: 0em;
        padding: 0em;
        width: 50em;
        float:left;
}

#website #content #article img.galimg{
        margin: 0em 1em 1em 0em;
        padding: 0em;
        border:1px solid #ffffff;
}

#website #content #article p {
        margin: 0em 0em 1.5em 0em;
        padding: 0em;
        width:33em;
        font-size: 1.2em;
}

#website #content #article ul {
        font-size:1.2em;
        margin-left: 2em;
        margin-bottom: 1.5em;        
}

#website #content #logo {
        margin: 0em;
        padding: 0em;
        width: 24em;
        float:right;
}

#website #content #logo img {
        margin: 2em 0em;
        padding: 0em;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#ffffff;
	font-size:1.6em;
  font-weight:bold;
}

/* Homepage CSS-Popup */

#website #content #article #topbar{
  position:absolute;
  border: 1px solid #fff;
  background-color: #cc0000;
  color: #fff;
  width: 220px;
  visibility: hidden;
  z-index: 100;
  vertical-align:top;
}

#website #content #article #topbar .topbar_close{
  background-color:#ffffff;
  margin-bottom:15px;
}

#website #content #article #topbar .topbar_close a{
  display:block;
  width:216px;
  background-color:#ffffff;
  padding:2px;
  color:#cc0000;
  text-decoration:none;
  font-weight:bold;
  text-align:right;
  font-size:1.2em;
}

#website #content #article #topbar p{
  display: block;
  width: 200px;
  margin-top:5px;
  padding:0 10px;
  font-size:1.2em;
}

#website #content #article #topbar p a{
  font-size:1em;
}

#website #content #article #topbar a{
  font-size:1em;
}

/* Extended Form */

/* form-exhibitor
*******************************************************************************/
#form-exhibitor * {
	padding:0px;
	margin:0px;
}

#form-exhibitor {
	margin:0px;
	padding:0px;
	color:#666;
}

h2.textpre {
  margin-top:15px;
}

#form-exhibitor fieldset {
	margin: 0em;
	padding: 5px 10px;
}

#form-exhibitor legend {
	color: #000;
	padding:0em;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
  display:none;
}


#form-exhibitor p {
	margin:0;
	padding-bottom:1em;
	font-weight:bold;
}

#form-exhibitor h2 {
	padding:.1em 0 .1em 0;
}

#form-exhibitor .element {
	display:block;
	clear:both;
}

#form-exhibitor label {
	display:block;
	float:left;
	padding:0px;
	width:150px;
}

#form-exhibitor label.checkbox {
	width:352px;
	border-right:none;
height:1.9em;
}

#form-exhibitor label.checkboxinner {
	width:250px;
	border-right:none;
}

#form-exhibitor input, 
#form-exhibitor select, 
#form-exhibitor textarea {
	float:left;
	margin:2px;
	width:220px;
	border:1px solid #999;
}

#form-exhibitor input:focus, #form-exhibitor input:hover,
#form-exhibitor select:focus, #form-exhibitor select:hover, 
#form-exhibitor textarea:focus, #form-exhibitor textarea:focus {
	background-color: #EFEEEE;
 	border:  1px solid #000;

}

#form-exhibitor input.text {
	height:1.4em;
}

#form-exhibitor input.textshort {
	width:30px;
}

#form-exhibitor input.textshortdisabled {
	display:none;
	float:none;
	width:50px;
	border:none;
}

#form-exhibitor input.checkbox {
	width:20px;
	padding:0em;
	border:none;
}

#form-exhibitor input.checkboxinner {
	width:30px;
	padding:0;
	margin:0 0 0 123px;
	border:none;
}

#form-exhibitor input.submit { 
	margin:5px 5px 5px 153px;
	padding:2px 5px;
	width:150px;
	background-color:#f7f7f7;
	color:#000;
	text-align:center;
	cursor:pointer;
}

#form-exhibitor input.submit:hover { 
	background-color:#DE2100;
	color:#fff;
}

#form-exhibitor label.textarea, 
#form-exhibitor textarea.textarea {
	height:96px;
}

#form-exhibitor-thanks {
	display:block;
	color:#666;
	font-size:1.2em;
}

.el_left {
	display:block;
	float:left;
	padding:0px;
	width:50%;
	border-bottom:1px solid black;
}

.el_right {
	display:block;
	width:50%;
	float:right;
	border-bottom:1px solid black;	
}

.el_left_place {
	padding-top:30pt;
	margin-top:30pt;
	padding-bottom:10pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.el_right_stamp {
	padding-top:30pt;
	margin-top:30pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.justforprint h2 {
	padding-top:20pt;
	orphans:5;
}

div.onearticle  {
	line-height:130%;
	padding:1em 0;
} 

.noprintpage { display:none; }

.onearticle ul {
	list-style-image: none;
	list-style-position: inside;
}

.onearticle li {
	list-style-image: none;
	list-style-position: inside;	
}

.justprintnewpage {
	page-break-before:always;
}

.textformh4 {
  font-size:1.2em;
  font-weight:normal;
}

/* Newsletter Module */

#GlAddUser #nl_form_line{
    width:190px;
    padding:2px 0 2px 0;
    text-align:right; 
}

#GlAddUser #nl_form_line select,
#GlAddUser #nl_form_line input{
    width:120px;
}
#GlMessage {
    font-size:12px;
}

/* Download anbieten */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
	padding-right:24px;
	width:266px;
	margin:0px;
	}
  
.list_content a {
  font-size:12px;
  text-decoration: none;
  display: block;
}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	padding-left:10px;
	padding-top:0px;
	padding-right:24px;
	padding-bottom:0px;
	width:266px;
	margin:0px;
    line-height: 18px;
  background-color:#ffffff;
	}

.list_content3 {
	font-style:italic;
  font-size:10px;
	text-decoration:none;
	color:#ffffff;
	padding-left:10px;
	padding-top:0px;
	padding-right:24px;
	padding-bottom:0px;
	width:266px;
	margin:0px;
    line-height: 18px;
	}
  
.download {
  width:300px;
  border:1px solid #ffffff;
  margin-top:15px;  
}

.flRight {
  float:right;
  width:220px;
  text-align:center;
}

.flLeft {
  float:left;
  width:220px;
  text-align:left;
}

.flRight img,
.flLeft img {
  border: 1px solid #ffffff;
}