/*******************************************************************************

	Project		:	Defender Protects

	Copyright	:	everfresh
					www.everfresh-design.de

*******************************************************************************/


* {
  margin: 0;
  padding: 0;
  border: 0;
}

/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
img, a img,:link img,:visited img, fieldset { border:none }
img { vertical-align:bottom; }
address { font-style:normal }

table {	font-size:1em;}
td { vertical-align:top; }


legend { display:none; }
body, div,p,li { background-repeat:no-repeat; }


a, a:hover, a:visited, a:focus {
   border:none;
   outline:none;
}


/*	reset some basic style
*******************************************************************************/
ol, ul			{list-style: none;}
pre			{font-size:1em; }
a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
	background-color: #000;
	background-image: url(bg_kachel.jpg);
	background-repeat: repeat;
	font-family: Arial, helvetica, sans-serif;
	font-size: 100.01%;
	/* font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit; */
	font-size: x-small;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	color:#000;
	text-align:left;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:201px;
	background-image:url(defender_topbg.jpg);
	background-repeat:repeat-x;
	background-position: 440px 0;
}

/*	logo / topnavi / sprache / suche
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(defender_top.jpg);
}

#logo a {
	margin-left:50px;
	margin-top: 55px;
	display:block;
	height:70px;
	width:400px;
	//text-indent:-700em;
}

#topnavi {
	position:absolute;
	top:28px;
	left:52px;
	color: #fff;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0;
	padding:0;
	font-family: Verdana, helvetica, sans-serif;
}

a.toppernavi { color: #fff; text-decoration: none; }
a.toppernavi:visited { color: #fff; text-decoration: none; }
a.toppernavi:active { color: #fcc103; text-decoration: none; }
a.toppernavi:hover { color: #fff; text-decoration: underline; }

#sprache {
	position: absolute;
	left: 852px;
	top: 26px;
	width: 165px;
	height: 40px;
}

.sprachlink,
a.sprachlink,
a.sprachlink:visited,
a.sprachlink:active,
a.sprachlink:link,
a.sprachlink:hover { margin-right: 0px; }


/*	content
*******************************************************************************/


#content {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
	width: 100%;
}


/* hide from IE/MAC \*/
* html #content {
	height:1px;
}
/* end hide */


#main {
	position: absolute;
	float:left;
	width: 100%;
}

#main-block {
	width:100%;
	background-image: url(bg_topline.jpg);
	background-repeat: repeat-x;
	background-position: 0 415px;
}

#topbild {
	position: relative;
	width: 100%;
	background-color: #94999c;
	background-image: url(pic_bg.gif);
	background-repeat: no-repeat;
	background-position: 38px 0;
	height: 417px;
}

#bildheadline {
	padding-left: 50px;
	padding-top: 60px;
	margin-bottom: 20px;
}

#copy {
	position:relative;
	left: 50px;
	width: 780px;
}

.gelbfett {
	color: #ffc100;
	font-weight:bold;
}

#referenz {
	position: relative;
	left: 49px;
	margin-top: 35px;
	padding-top: 0px;
	width: 400px;
	padding-bottom: 0px;
	border: solid 0px #fff;
}

#reftabl {
	border-bottom: solid 0px #fff;
}

#refspace {
	height:25px;
}
	

/*	Navigation vertical -
------------------------------------------------------------------------------*/

#navigation {
	position: absolute;
	top: 147px;
	left: 45px;
}



/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color: #ffc100;
	font-weight: bold;
	font-family: Arial, helvetica, sans-serif;
	padding-top: 20px;
	margin-bottom: 5px;
	font-size:12px;
	line-height:150%;
}

#main-block .teaser h1 {
	font-size:1.2em;
}

/* Headline 2 */
#main-block h2 {
	color: #ffc100;
	font-weight: bold;
	font-family: Arial, helvetica, sans-serif;
	font-size:14px;
	line-height:120%;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/

#main-block p,
#main-block ul,
#main-block ol {
	font-size:12px;
	line-height:150%;
	color: #fff;	
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal;
	padding-left: 20px;
}

/* Specs
------------------------------------------------------------------------------*/

.specstable {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px 0px;
	font-size: 1.0em;
	line-height: 12px;
	color: #6a6b6d;
	vertical-align: top;
}


/* Downloads
------------------------------------------------------------------------------*/

#downloads {
	position: relative;
	left: 48px;
	top: 30px;
	width: 600px;
}

#downloadseinzel {
	padding:0;
	padding-left: 48px;
	width: 600px;
	margin:0;
	line-height: 0;
}

.list_content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#fff;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	width:420px;
	margin:0px;
    line-height: 18px;
}

.file_download {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#fff;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	width:420px;
	margin:0px;
    line-height: 18px;
}


.downloadszusatz {
	position: relative;
	top: -8px;
	left: 380px;
	color: #94999c;
	padding-left: -200px;
	font-size:12px;
}
	

/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#fff;
	text-decoration:none;
}

#main-block a:hover {
	color:#ffc100;
}



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}

#contentbild {
	position: relative;
	top: 0px;
	left: 0px;
	width: 552px;
	display: block;
}


/* BLOG
**********************************************************************************/

#blogupload {
	position: relative;
	left: 49px;
	width: 600px;
	color: #fff;
	font-size: 12px;
}

#cont_bez {
	font-size: 12px;
}

#bloguploadform input {
	margin-bottom: 15px;
	margin-top: 5px;
	width: 450px;
	background-color: #CCC;
	color: #000;
	height: 18px;
	border: solid 1px #fff;
	font-size: 12px;
}

#bloguploadform #submitbutton {
	margin-bottom: 15px;
	margin-top: 5px;
	width: 100px;
	background-color: #CCC;
	color: #000;
	height: 18px;
	border: solid 1px #fff;
	font-size: 12px;
}

#bloguploadform #fileupload {
	margin-bottom: 15px;
	margin-top: 5px;
	width: 450px;
	background-color: none;
	color: #000;
	height: 18px;
	border: none;
	font-size: 12px;
}

#bloguploadform #copybutton {
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 10px;
	width: 18px;
	background-color: none;
	height: 18px;
	border: none;
	float: left;
}

#bloguploadform textarea {
	margin-bottom: 15px;
	margin-top: 5px;
	width: 450px;
	background-color: #CCC;
	color: #000;
	height: 200px;
	border: solid 1px #fff;
	font-size: 12px;
}

#blogeintrag {
	border-top: solid 1px #94999c;
	padding-top: 20px;
	position: relative;
	left: 49px;
	width: 940px;
	margin-top: 20px;
}

.blogbild {
	float:left;
	padding:0px;
	margin:2px 14px 0px 0px;
	border: solid 1px #fff;
}

.blogautor {
	color: #fff;
	font-style: italic;
	font-family: Arial, helvetica, sans-serif;
	font-size:10px;
	line-height:120%;
	height: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.blogentry {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}

/*	footer
------------------------------------------------------------------------------*/
.footer {
	position:relative;
	left:49px;
	top: 50px;
	width:900px;
	height: 40px;
}

.footerlink,
.footerlink:link,
.footerlink:active,
.footerlink:visited {color: #fff; text-decoration: none;}

.footerlink:hover {color: #ffc100; text-decoration: underline;}


.footer p {
	font-size: 12px;
	line-height: 150%;
	color: #fff;
	padding-bottom: 30px;
}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	color:#6a6b6d;
	font-family:Arial, helvetica, sans-serif;
	font-size:1.0em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:0px;
	font-size:1.0em;
}

#form-module .element {
	display:block;
	clear:both;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding-top:6px;
	color: #6a6b6d;
	width:110px;
}


#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:140px;
	border:1px solid #ccc;
	color: #333;
	font-size: 1.1em;
}

#form-module input {
	height:13px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit,
#form-module submit,
#form-module input.button { 
	//margin:5px 5px 5px 137px;
	padding:0px 5px;
	border:1px solid #ccc;
	color:#666;
	background-color: #e2e7eb;
	font-family:Arial, helvetica, sans-serif;
	text-align:center;
	cursor:hand;
	height: 15px;
}

#form-module input.submit:hover,
#form-module submit:hover,
#form-module input.button:hover { 
	background-color:#0084b8;
	color:#fff;
	cursor:hand;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:Arial, helvetica, sans-serif;
	font-size:1.1em;
}


/* Kontakt */

#contactform * {
	padding:0px;
	margin:0px;
}

#contactform {
	margin:0px;
	padding:0px;
	width:520px;
	color:#6a6b6d;
	font-family:Arial, helvetica, sans-serif;
	font-size:1.0em;
}

#contactform fieldset {
	border:0px solid #fff;
}

#contactform legend {
	display:none;
}


#contactform p {
	margin:0;
	padding:0px;
	font-size:1.0em;
}

#contactform .element {
	display:block;
	clear:both;
	border-top:2px solid #fff;
}

#contactform label {
	display:block;
	float:left;
	padding-top:6px;
	color: #6a6b6d;
	width:100px;
}


#contactform label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#contactform input, 
#contactform select {
	float:left;
	margin:5px;
	width:200px;
	border:1px solid #ccc;
	color: #333;
	font-size: 1.1em;
}

#contactform textarea {
	float:left;
	margin:5px;
	width:350px;
	border:1px solid #ccc;
	color: #333;
	font-size: 1.1em;
	height: 240px;
}

#contactform input {
	height:13px;
}

#contactform input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#contactform input.submit,
#contactform submit,
#contactform input.button { 
	margin:5px 5px 5px 105px;
	padding:0px 5px;
	border:1px solid #ccc;
	color:#666;
	background-color: #e2e7eb;
	font-family:Arial, helvetica, sans-serif;
	text-align:center;
	cursor:hand;
	height: 15px;
	width: 120px;
}

#contactform input.submit:hover,
#contactform submit:hover,
#contactform input.button:hover { 
	background-color:#0084b8;
	color:#fff;
	cursor:hand;
}

#contactform label.textarea, 
#contactform textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:Arial, helvetica, sans-serif;
	font-size:1.0em;
}



/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	font-weight:bold;
	color:#6a6b6d;
}

#main-block .download-file {
	//padding:1.2em 7px;
}

#main-block .download-desc {
	margin-bottom:0;
}

#main-block .download-without-desc {
	margin-bottom:0;
}


/* Sitemap
*******************************************************************************

#sitemap{
	float: left;
	width:560px;
	padding:00px;
}

#sitemap .langsitemap{
	float: left;
	width:540px;
	padding:0px;
}


#sitemap .sitemaplevel1 ul{
}
#sitemap .sitemaplevel1 ul a.level1{
}

#sitemap .sitemaplevel2 ul{
}
#sitemap .sitemaplevel2 ul a.level2{
}
#sitemap .sitemapartikel ul{
	list-style: circle;
}
#sitemap .sitemapartikel li{
	list-style: circle;
}
#sitemap .sitemapartikel a{
}
*/


#partnerformwrap {
	height:45px;
	width:265px;
	margin-left:191px;
	margin-top:-53px;
	background-image: url(button_bk.png);
	background-repeat: no-repeat;
	background-position: 0px;
	border: 0px solid grey;
}

#partnerform {
	position:absolute;
	height:26px;
	width:171px;
	margin-left:9px;
	margin-top:12px;
	border: 0px solid blue;
}

input.partnerformsubmit {
	position:absolute;
	height:15px;
	width:49px;
	margin-left:2px;
	margin-top:0px;
}

select.partnerformselect {
	width:103px; 
	height:15px;
	font-size:10px;
}