/* STYLESHEET FÜR CONRAD GENNARO IT-BERATUNG */

/***** STRUCTURE *****/
/********************/


body { 
	/*background:url(../images/bg.png) repeat;*/
	/*background: -moz-linear-gradient(top, #fff 40%, #e5e5e5);
	background: -webkit-gradient(linear, 0 0, 0 100% , from(#ffffff), to(#e5e5e5));*/
	background: -moz-linear-gradient(top, #ffffff 48%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 48%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 48%,#e5e5e5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 48%,#e5e5e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 48%,#e5e5e5 100%); /* W3C */
	width:100%;
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:100%;
	border-top:4px solid #3a6489;
}

#hintergrund-repeat {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

#wrap {
	background:#fff;
	width:740px;
	height:100%;
	margin:0 auto;
	padding:0 0 5px 0;
}

#head { 
	width:740px;
}

.wortmarke {
	margin:28px 0 0 10px;
}

#imprint {
	float:right;
	margin:50px 10px 10px 0;
	clear:both;
}

#imprint p {
	font-size:11px;
	font-weight:bold;
	color:#3a6489;
}

#imprint a, a:visited {
	color:#3a6489;
	text-decoration:none;
}

#imprint a:hover {
	color:#74ade0;
}

#imprint .nachricht {
	margin:-2px 4px 0px 0;
}


/***** CONTENT *******/
/********************/


#main-image {
	width:718px;
	height:315px;
	margin:30px 0 0 12px;
}

#main-content {
	float:left;
	width:470px;
	height:100%;
	margin:30px 0 0 12px;
}

#main-content h1 {
	font-size:18px;
	color:#3a6489;
	padding:0 0 22px 0;
}

#main-content h2 {
	font-size:14px;
	color:#3a6489;
	letter-spacing:.03em;
	padding:0 0 3px 0;
}

#main-content h1.versatz {
	padding:0 0 15px 0;
}

#main-content h3 {
	font-size:12px;
	color:#3a6489;
	letter-spacing:.03em;
	padding:0 0 3px 0;
}

#main-content .white {
	background:#fff;
	padding:2px 0 3px 10px;
	margin:0 0 10px -12px;
}

#main-content .grey {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(left, #f6f6f6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* W3C */
	padding:2px 0 3px 10px;
	margin:0 0 15px -12px;
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
}

#main-content li {
	font-size:12px;
	color:#3a6489;
	line-height:1.8em;
	margin-left:14px;
	list-style-type:square;
}

#main-content li span {
	font-size:12px;
	color:#282828;
}

#main-content p {
	font-size:12px;
	color:#282828;
	line-height:1.8em;
	padding:0 0 20px; 0;
}

#main-content .info {
	font-size:11px;
}

#main-content table {
	width:470px;
	max-width:470px;
	margin:10px 0 10px 0;
}

#main-content table.auflistung tr:nth-child(odd) {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(left, #f6f6f6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* W3C */
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
}

#main-content table.auflistung td {
	font-size:12px;
	height:60px;
	padding:4px 0 10px 1px;
	line-height:1.6em;
}

#main-content td {
	font-size:12px;
	color:#282828;
	padding:0 0 5px 0;
}

#main-content td input {
	border:1px solid #ddd;
	height:25px;
	padding:0 0 0 3px;
}

#main-content td textarea {
	width:380px;
	max-width:380px;
	height:150px;
	padding:3px 0 0 3px;
	border:1px solid #ddd;
}

#main-content td .submit {
	font-size:12px;
	background:#fff;
	width:80px;
	border:1px solid #ddd;
	padding:0 0 3px 0;
	cursor:pointer;
}


/***** SIDEBAR *******/
/********************/


#sidebar {
	float:left;
	width:220px;
	height:100%;
	margin:30px 0 0 25px;
}

#anschrift {
	background:url(../images/anschrift.png) no-repeat 0 0;
	width:210px;
	height:150px;
	margin:0 0 10px 12px;
}

#anschrift p {
	font-size:12px;
	color:#282828;
	line-height:1.7em;
	padding:35px 0 0 8px;
}

#wissen {
	background:url(../images/wissen.png) no-repeat 0 0;
	width:210px;
	height:130px;
	margin:0 0 10px 12px;
}

#wissen ul {
	padding:35px 0 0 8px;
}

#wissen li {
	width:100%;
	font-size:12px;
	color:#282828;
	line-height:1.7em;
}

#wissen li a {
	color:#282828;
	text-decoration:none;
	padding:0 0 0 4px;
}

#wissen li a:hover {
	color:#3a6489;
	font-weight:bold;
	text-decoration:none;
}

#software {
	background:url(../images/software.png) no-repeat 0 0;
	width:210px;
	height:190px;
	margin:0 0 10px 12px;
}

#threatfire {
	background:url(../images/threatfire.png) no-repeat 0 0;
	width:210px;
	height:31px;
	margin:0 0 0 12px;
}

#teamviewer_btn {
	background:url(../images/threatfire_btn.png) no-repeat;
	width:155px;
	height:55px;
	display:block;
	margin:15px 0 40px 22px;
}

#software ul {
	padding:35px 0 0 8px;
}

#software li {
	font-size:12px;
	color:#282828;
	line-height:1.7em;
}

#software li a {
	color:#282828;
	text-decoration:none;
	padding:0 0 0 4px;
}

#software li a:hover {
	color:#3a6489;
	font-weight:bold;
	text-decoration:none;
}


/***** NAVIGATION *****/
/*********************/


#navigation {
	width:740px;
	height:50px;
	margin:0 0 0 0;
}

.navbar {
	background:url(../images/navigation.gif) no-repeat;
	width:740px;
	height:50px;
}

.navbar span {
	display:none;
}

.navbar li {
    list-style-type:none;
    float:left;
}
 
.navbar a {
    height:50px;
    display:block;
}

li#unternehmen ul li {
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
}
li#unternehmen ul li.leistungen {
	position:absolute;
	display:inline;
	padding:5px 0 0 5px;
	z-index:999;
}

li#unternehmen ul li.leistungen a {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#unternehmen ul li.leistungen a:hover {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#unternehmen ul li.leistungen a.aktiv {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#unternehmen ul li.referenzen {
	position:absolute;
	display:inline;
	padding:5px 0 0 170px;
}

li#unternehmen ul li.referenzen a {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#unternehmen ul li.referenzen a:hover {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#unternehmen ul li.referenzen a.aktiv {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#unternehmen ul li.preise {
	position:absolute;
	display:inline;
	padding:5px 0 0 100px;
}

li#unternehmen ul li.preise a {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#unternehmen ul li.preise a:hover {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#unternehmen ul li.preise a.aktiv {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#privatpersonen ul li {
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
}
li#privatpersonen ul li.leistungen {
	position:absolute;
	display:inline;
	padding:5px 0 0 6px;
	z-index:999;
}

li#privatpersonen ul li.leistungen a {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#privatpersonen ul li.leistungen a:hover {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#privatpersonen ul li.leistungen a.aktiv {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#privatpersonen ul li.preise {
	position:absolute;
	display:inline;
	padding:5px 0 0 100px;
	z-index:999;
}

li#privatpersonen ul li.preise a {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#privatpersonen ul li.preise a:hover {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#privatpersonen ul li.preise a.aktiv {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}


li#it-sicherheit ul li {
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
}
li#it-sicherheit ul li.intern {
	position:absolute;
	display:inline;
	padding:5px 0 0 7px;
	z-index:999;
}

li#it-sicherheit ul li.intern a {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#it-sicherheit ul li.intern a:hover {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#it-sicherheit ul li.intern a.aktiv {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#it-sicherheit ul li.extern {
	position:absolute;
	display:inline;
	margin:5px 0 0 72px;
	z-index:999;
}

li#it-sicherheit ul li.extern a {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#a6a6a6;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#it-sicherheit ul li.extern a:hover {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

li#it-sicherheit ul li.extern a.aktiv {
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#3a6489;
	text-decoration:none;
	display:inline;
	z-index:9999;
}

#startseite {
	width:109px;
}

#startseite a:hover  {
	background:url(../images/navigation.gif) no-repeat 0 -51px;
	width:109px;
}

#startseite .current {
	background:url(../images/navigation.gif) no-repeat 0 -51px;
	width:109px;
}

#unternehmen {
	width:115px;
}
#unternehmen a:hover  {
	background:url(../images/navigation.gif) no-repeat -109px -102px;
	width:115px;
}

#unternehmen .current {
	background:url(../images/navigation.gif) no-repeat -109px -102px;
	width:128px;	
}

#privatpersonen {
	width:128px;
}
#privatpersonen a:hover  {
	background:url(../images/navigation.gif) no-repeat -224px -153px;
	width:128px;
}

#privatpersonen .current {
	background:url(../images/navigation.gif) no-repeat -224px -153px;
	width:128px;
}

#it-sicherheit {
	width:112px;
}
#it-sicherheit a:hover  {
	background:url(../images/navigation.gif) no-repeat -352px -204px;
	width:115px;
}

#it-sicherheit .current  {
	background:url(../images/navigation.gif) no-repeat -352px -204px;
	width:115px;
}


/***** FOOTER ********/
/********************/


#footer {
	width:740px;
	height:30px;
	margin:0 auto;
	padding:5px 0 20px 10px;
}

#footer p {
	font-size:11px;
	color:#a5a5a5;
}

#copyright {
	float:left;
}

#sitemap {
	float:right;
	margin:0 20px 0 0;
}
.sitemap {
	padding:0 0 15px 0;	
}

.sitemap li {
	font-size:12px;
	color:#282828;
	line-height:2.0em;
	list-style-type:none;
}

.sitemap li ul li {
	font-size:12px;
	color:#282828;
	padding:0 0 0 15px;
	line-height:1.6em;
}

.einruecken {
	padding:0 0 0 10px;
}

.sitemap li a, .sitemap li ul li a {
	text-decoration:none;
	color:#282828;
	}

.sitemap li a:hover, .sitemap li ul li a:hover {
	text-decoration:none;
	color:#3a6489;
}


#sitemap a {
	color:#a5a5a5;
	text-decoration:none;
}

#sitemap a:hover {
	color:#3a6489;
	text-decoration:none;
}

.send {
	background:#fff;
}

/***** CLEARER *****/
/******************/


.clear {
	clear:both;
}