@charset "utf-8";
/*
Theme Name: Groba
Theme URI: http://www.led-lichtsystem.de/
Description: Standard Thema für Groba Lichtwerbung GmbH.
Version: 1.0
Author: Thorsten Sedeke
Author URI: http://www.sousgarden.com/

*/

* {
    padding: 0;
    margin: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
}

a {
    color: #FFFFFF;
}

body {
	background-color: #1A2022;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.wrapper {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.redLine {
    height: 30px;
    background-color: #fe0000;
    text-align: center;
    line-height: 30px;
}

.white {
    color: #fff;
}

#header {
    margin-top: 30px;
	margin-bottom: 30px;
	height: 80px;
	background-image:url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

#header img {
    margin-top: 18px;
}

#content-headline {
    font-size: 2.2em;
    font-variant: small-caps;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 30px;
}

#content-column-left {
    float: left;
    width: 290px;
}

#content-column-right {
    float: right;
    width: 660px;
}

ul#menu {
    list-style-type: none;
    border-left: 3px solid #fe0000;
}

ul#menu li {
    font-size: 1.8em;
}

ul#menu li a {
    padding: 2px 8px;
    display: block;

}

ul#menu li a:hover, ul#menu li.current_page_item a {
    background-color: #fe0000;
}

#footer {
    margin-top: 40px;
    font-size: 1.5em;
    color: #ffffff;
}

.subtitle {
    font-size: 2.3em;
    margin-top: 30px;
}

#copy {
	min-height: 40px;
	padding: 15px;
	text-align: center;
	color: #555;
}

#copy a {
    color: #999;
}



/* ***************************************************************************
**     CONTENT
** ***************************************************************************
*/
#content {

}

#content p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding-bottom:0.8em;
}

#content h2 {
    font-size: 2em;
}

#content b, 
#content strong {
    color: #ffffff;
    font-weight: normal;
}

#content-column-right {
    color:#A7A7A7;
    font-size:1.4em;
    line-height:1.6em;
    font-family:Arial,Helvetica,sans-serif;
}

#content-column-right h1,
#content-column-right h2,
#content-column-right h3,
#content-column-right h4,
#content-column-right h5 {
	color: #ffffff;
	padding-bottom: 0.8em;
	font-weight: normal;
}

div.slideshowlink {
	text-align: center;
}

#content .slideshow {
    margin: 20px 0;
}

#content .ngg-galleryoverview {
    margin-bottom: 20px;
}

#content .ngg-navigation {
    padding-bottom: 5px;
}

/* ***************************************************************************
**     KONTAKT
** ***************************************************************************
*/
#kontaktform #usermessagea, #kontaktform #usermessageb {
        background: none;
        color: red;
        margin-top: -25px;
        margin-bottom: -15px;
        padding: 0;
        font-size: 1.3em;
        text-align: center;
}

#kontaktdetails {
	float: left;
	width: 250px;
	font-size: 1.2em;
	line-height: 1.5em;
	border: 1px solod red;
}

#kontaktform {
	margin-top: -35px;
	padding-top: 0px;
	width: 410px;
	float: right;
}

form#cformsform legend {
	visibility: hidden;
        font-size: 1px;
}

form#cformsform  ol.cf-ol {
	border: none;
	padding: 0;
}

p.linklove {
	visibility: hidden;
}