/**
 *
 * 
 *  Author: Andreas Jonderko
 */

/***********************************************
FLOATINGS & CLEARINGS
***********************************************/
.fleft  {float: left;}
.fright {float: right;}
.cleft  {clear: left;}
.cright {clear: right;}
.cboth  {clear: both;} 
 
/* CLEARFIX */
.clearfix:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix{display: inline-block;}
html[xmlns] .clearfix{display: block;}
* html .clearfix{height: 1%;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}
.clear{font-size: 1px; }
 
/***********************************************
Verwendete Farben:
***********************************************/
.bgr_black		{background-color: #000000;}
.bgr_white		{background-color: #ffffff;}
.bgr_white		{background-color: #a1a3a5;}
.bgr_blue		{background-color: #1e3e8a;}
.bgr_brightblue	{background-color: #e2e2f1;}
.font_orange	{color: #f9611d;}
.font_blue		{color: #002c7d}
.font_gray		{color: #5d5e60}



/***********************************************
Image:
***********************************************/
.paddingImage{padding: 5px;}
img {border: 0;}


/***********************************************
  generelle Einstellungen
***********************************************/
* {margin: 0;padding: 0;}
iframe{border: 0px;}

body {text-align:center;  margin: 0px;}
html {font-size: 0.75em;}
table{}


/***********************************************
  Links
***********************************************/
a:link,
a:visited,
a:focus,
a:active {color: #464648; } /*background: transparent url('../gfx/symbol_arrow.gif') 0% 50% no-repeat;*/
a:hover {color: #ffffff; text-decoration: underline; }
a[href^="http:"] {}

/*Button stylings*/ 
.button{height: 20px; background-color: #ff5208; padding: 0 5px; color:white !important; border: 1px solid white;}
.button:hover{border: 1px solid black; text-decoration: none;}

/***********************************************
  Textformatierung
***********************************************/
body, h1, h2, h3, h4, h5, h6, 
p, td, form, input, select, 
textarea { font-family: "Arial", "Tahoma"; color: #464648; }


/***********************************************
FORMS
***********************************************/
input{border: 1px solid #a1a3a5; color: #002c7d;}
.inputText{border: 0px;}
.inputSubmit{width: 16px; height: 16px; margin-left: 10px; border: 0px; background: transparent url(../gfx/button.gif) no-repeat 50% 50%; cursor: pointer;}
fieldset{border: 0px;}
textarea{font-size: 1em; border: 1px solid #a1a3a5; color: #002c7d;}

h1, h2, h3, h4, h5, h6 { letter-spacing: 0.01pt; margin-bottom: 5px; color: ##464648; font-size: 1.3em;}
h2 {margin-bottom: 0.5em; font-size: 1.1em; color: #000000; font-weight: bold; }
h3 {margin-bottom: 0.4em; font-size: 1.0em; color: #000000; font-weight: bold;}
h4 {margin-bottom: 0.3em; font-size:  0.9em; color: #000000; font-weight: bold; }
h5 {margin-bottom: 0.2em; font-size:  0.8em; color: #000000; font-weight: bold;}
h6 {margin-bottom: 0.2em; font-size:  0.7em; color: #000000; font-weight: bold;}



/***********************************************
  Struktur
***********************************************/
.contentWrapper {background-color: #040707;  width: 100%; height: 100%;}
.wrapper {width: 680px; margin-left:auto; margin-right:auto; text-align: left; padding-left: 10px; padding-right: 10px; padding-top: 80px;}

.content_element {margin-bottom: 30px; }
#c51 *,#c50 *{color: #194B5F;}
#c52 *,#c49 *{color: #0E93A4;}

#c51{width: 340px; float: left;}
#c52{width: 340px; float: left;}

#c54 {width: 350px; padding-top: 100px;padding-left: 340px;}
#c54 *{color: black; }




