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

.left {
	float: left;
}

.right {
	float: right;
}

h1,
h2 {
    font-size: 1.75em;
    font-weight: normal;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.75em;
    font-weight: normal;
}

h4 {
    font-size: 1.50em;
    font-weight: normal;
}

h5 {
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom:10px;
}

h1.fktools {
    position: absolute; 
    top: 45px; 
    left: 20px; 
    font-size: 36px;   
    font-family: Georgia,serif;
}

#fktoolsTitle a {
    color: #fff;
    text-decoration: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #061E27;
    background-color: #061E27;
    height: 2px;
    border: 0px;
}

#einleitung {
    width: 500px;
    float: left;
}

.quotes {
	background: transparent url(/tl_files/fktools/quotes_open.png) no-repeat scroll left top ! important; width: 200px; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important;
}

.quotes .quote {
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
	background:transparent url(/tl_files/fktools/quotes_close.png) no-repeat scroll right bottom !important;
	float:right;
	font-size:115%;
	font-weight:bold;
	line-height:140%;
	margin:80px 0 0;
	padding:0;
	width:180px;
}

.quotes .author {
	font-size:10px;
	font-style:italic;
	padding-left:20px;
}

#programme .ce_software {
    padding: 5px;
}

#programme .even {
    background-color: #08252f;
}

#programme .uneven {
    background-color: #0a2c38;
}

#programme .software_img {
    width: 160px;
}

#programme .software_det table {
    width: 595px;
}

#programme .software_det td.desc {
    width: 120px;
    padding: 5px;
    background-color: #061e27;
}

#programme .software_det td.val {
    background-color: #0a4257;
    padding-left: 10px;
    font-style: italic;
}

#changelog table .datum {
    width: 100px;
}

#hot-apps {
    width: 220px;
    clear: right;
    margin-bottom: 30px;
}

#hot-apps,
#hot-apps h5,
#hot-apps #accordion
{
    float: right;
}

.textblock {
    padding: 15px 0;
}

body {
	background-color: #061e27;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #73b1cb;
}

.col_1 p.error {
	padding-top: 20px;
	color: #fff;
	font-style: italic;
}

.col_1 .error {
	color: #f00;
	position: relative;
	left: 50px;
}

.col_0 .error {
	color: #f00;
}

.downloadBox {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%; /* 225px; */
    height: 30px;
}

.downloadBox a:hover {
  background: transparent url(/tl_files/fktools/download.png) no-repeat 0px -30px;
}

.downloadBox a {
    display: block;
    background: transparent url(/tl_files/fktools/download.png) no-repeat 0px 0px;
    width: 225px;
    height: 23px;
    padding-top: 7px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

a.more {
    margin-top: 30px;
    width: 100%; /* 225px; */
    height: 30px;
}

a.more:hover {
  background: transparent url(/tl_files/fktools/info_small.png) no-repeat 0px -30px;
}

a.more:focus {
  background: transparent url(/tl_files/fktools/info_small.png) no-repeat 0px 0px;
}

a.more {
    display: block;
    background: transparent url(/tl_files/fktools/info_small.png) no-repeat 0px 0px;
    width: 177px;
    height: 23px;
    padding-top: 7px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

#container,
#footer,
#header {
	background-color: #fff;
	width: 800px;
}

#wrapper {
	background: transparent url(/tl_files/fktools/bgShadow.png) repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

#header {
	background: transparent url(/tl_files/fktools/header.png) no-repeat;
	height: 100px;
}	

.downloadText {
	font-style: italic;
}

#main #versionHistory {
	float: right;
	font-size: 12px;
	padding-bottom: 3px;
}

#main {
	background: transparent url(/tl_files/fktools/mainCnt_small.png) repeat-y;
}

#main a {
	color: #fff;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
}

#main .inside {
	padding: 20px;
}	

#header .inside {
	height: 100%;
}

#header .mod_navigation {
	height: 100%;
}

#header #fktoolsTop {
	left: 365px;
	position: relative;
	top: 65px;
}

#header table td {
	padding-right: 25px;
	height: 30px;
}

.footerImp,
#header table a {
	display: block;
	text-decoration: none;
	height: 30px;
	font-weight: bold;
}

.footerImp {
    text-align: right;
}

#header table a {
    text-align: center;
}

a.footerImp:hover,
#header table .inActive a:hover {
  text-decoration: underline;
}

.footerImp,
#header table .inActive a {
	color: #5c8ca0;
}

a.footerImp:hover,
#header table .active a,
#header table td a:hover {
	color: #fff;
}



#footer {
   height: 120px;
   background-image: url(/tl_files/fktools/footer_small.png);
   background-repeat: repeat-x;
   border-top:1px solid #000000;
   border-bottom:2px solid #000000;
}

#footerLinks {
    font-size:12px; 
    padding-top:20px; 
    position: absolute; 
    left: 720px; 
    height: 20px;
    top: 0px;    
}

#footer .inside {
   height: 90px;
}

#footer #footerIcons {
   height: 30px;
}

#footer .footerText {
   width: 150px;
   padding-top: 20px;
   padding-left: 20px;
   font-size: 12px;
}


span.website {
   color: #fff;
}


span.auth {
   color: #73B1CB;
}


span.date {
   color: #ffdb11;
}

#footer #footerIcons {
	width: 100%;
}

#footer #footerIcons .ftLinks {
	width: 225px;
}

#footer #footerIcons table img,
#footer #footerIcons .ftLinks img {
	position: relative;
	top: 4px;
}

#footer #footerIcons table a,
#footer #footerIcons .ftLinks a {
	color: rgb(73, 117, 135);
	text-decoration: none;
}

#footer #footerIcons table a:hover,
#footer #footerIcons .ftLinks a:hover {
	color: #fff;
}



#kontakt .formbody label.mandatory,
#kontakt .formbody span.mandatory {
	font-weight: bold;
}

#kontakt .formbody table td {
    padding: 10px 0;
}

#kontakt .formbody select,
#kontakt .formbody input,
#kontakt .formbody textarea {
	display: block;
	position: relative;
	left: 50px;
	margin-top: 5px;
}

#kontakt .formbody input:focus,
#kontakt .formbody select:focus,
#kontakt .formbody textarea:focus {
  border: 2px solid #73B1CB; 
  -moz-border-radius: 2px;
}

#kontakt .formbody select,
#kontakt .formbody input {
	width: 300px;
}

#kontakt .formbody textarea {
	width: 300px;
	height: 200px;
}

#links .image_container {
	margin-bottom: 20px;
}

.emailfktools {
	top: 4px;
	position: relative;
	text-decoration: none;
}

table.back {
	margin-top: 50px;
}

span.hinweis {
	text-decoration: underline;
}                        

#updateInformation .updatePanel {
    margin: 15px 0px 20px 20px;
}

#updateInformation .updatePanel li {
    padding: 5px 0px 5px 0px;
}

#updateInformation .nextVers {
    margin-top: 20px;
    text-decoration: underline;
}

#updateInformation .nextVersTitle {
    color: #FFDB11;
}

#updateInformation .lastChange {
    font-style: italic;
}

#updateInformation .feedback {
    margin-top: 30px;
}

a.back {
    margin-top: 50px;
    display: block;
    width: 150px;
    padding: 10px 10px 10px 15px;
    background: transparent url("/tl_files/fktools/back.png") left no-repeat;
}

#accwebdev .toggler  { cursor:pointer; font-weight:bold; color:#000; margin: 0; padding:5px; font-size:16px; font-family:Arial, sans-serif; }
#accwebdev .toggler:hover	 { background:#eee; }
#accwebdev .element	 { padding:0 5px; }

.geplantDone {
    color: #57aa03;
    font-style: italic;
}
