/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
 color: #5a5a5a;
 font: small "Trebuchet MS", Arial, Helvetica, sans-serif, FontName;
 background-color: #ffffff;
 margin: 20px 0;
 padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	letter-spacing: -2px;
	font-size: 2.6em;
}

a {
	color: #457EE9;
}

a:hover {
	text-decoration: none;
}

blockquote {
	font-style: italic;
}

/* Header */

#header         { background: #4d7acf url(../img/logoa.jpg); margin: 0 auto 2em; width: 900px; height: 140px }

#header * {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 100px 0 0 10px;
	font-size: 1em;
	font-weight: bold;
}

/* Content */

#content    { text-align: left; margin: 0 auto; width: 900px }

/* Column One */

#colOne       { float: left; width: 680px }

#colOne .post   { text-align: left; border-top: 1px }

#colOne .title {
}

#colOne .posted   { font-size: x-small; border-top: solid #457ee9 }

#colOne .story   { text-align: left; padding: 0 0px }

#colOne .meta {
	margin: 0 0 2em 0;
	padding: 5px 10px;
	background: #FFFFFF url(../img/img3.gif) repeat-x;
	border-top: 1px solid #457EE9;
	font-size: x-small;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
}

/* Column Two */

#colTwo  { float: right; width: 180px }

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
}

#colTwo li li {
	height: 23px;
	padding: 7px 0 0 20px;
	background: #FFFFFF url(../img/img3.gif) repeat-x;
}

#colTwo h2 {
	height: 30px;
	padding: 5px 0 0 10px;
	background: #457EE9 url(../img/img2.gif) repeat-x;
	letter-spacing: normal;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

#colTwo a {
	text-decoration: none;
}

#colTwo a:hover {
	text-decoration: underline;
}

#colTwo form {
	margin: 0;
	padding: 20px 10px;
}

#colTwo #textfield1 {
	width: 170px;
	border: 1px solid #457EE9;
}

#colTwo #submit1 {
	display: none;
}

/* Footer */

#footer     { font-weight: bold; font-size: x-small; background: #457ee9 url(../img/img2.gif) repeat-x; text-align: left; letter-spacing: normal; margin: 0 auto; padding: 10px 0 0 10px; width: 900px; height: 26px }

#footer p {
	margin: 0;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}



/*   > Formularfelder <   */

input[type=text] {
  margin: 2px;
  width: 240px;
  height: 18px;    
  background-color: #E5EDFC;
  border: solid 1px #457EE9;
  color: DimGray;
  font-size: 11px;      
}

input[type=text]:focus {
  border: solid 1px #457EE9;
  color: #000000;    
}
    
/* Buttons */    
input[type=submit],
input[type=button] {
  margin-top: 20px;
  width: 135px;
  height: 30px;
  background-color: #E5EDFC;
  border: solid 1px #457EE9;
  border-bottom: solid 2px #457EE9;
  border-right: solid 2px #457EE9;
  color: black;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  }

input[type=submit]:hover,
input[type=button]:hover {
  border: solid 1px #457EE9;    
  border-top: solid 2px #457EE9;
  border-left: solid 2px #457EE9;
  color: black;
  }

/* Checkbox */
 
input[type=checkbox] {
  padding-top: 5px;
  background-color: #E5EDFC;
  border: solid 1px #457EE9;
  border-bottom: solid 2px #457EE9;
  border-right: solid 2px #457EE9;
  color: black;
  cursor: Pointer;
  }  
  
      
/* Textarea */

textarea {
  margin: 2px;
  width: 240px;
  height: 80px;
  background-color: #E5EDFC;
  border: solid 1px #457EE9;
  color: black;
  font-size: 12px;
  }
textarea:focus {
  border: solid 1px #457EE9;
  color: #000000; 
  }

/* Lables */

.csc-mailform-field label {
  padding-top: 6px;
}

fieldset.csc-mailform label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 100px;
  float: left;
  clear: right;
}

fieldset {
 border: 0px;
}
