/****** CSS für Aikido Schule Köln - Bodo Rödel *******/
/*** FARBEN *******/
/*** Text: #000; */

* {
  padding: 0;
  margin: 0;
  font-family: arial,tahoma,sans-serif;
  line-height: 1.3em;
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
	padding-top: 8px;
	color: #121B27;
	margin-bottom: 5px;
}

h1	{
	font-size: 1.6em;
	padding-top: 12px;
	clear: both;
}

h2	{
	font-size: 19px;
}

h3,h4,h5,h6{
	font-size: 17px;
}

p	{
	font-size: 14px;
}



.clearer {
	clear: both; 
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: 
	right;
}


/* Links allgemein */
a:link {
  color: #316AAF;
  text-decoration:none;
  }
a:visited {
  color: #316AAF;
  }
a:focus {
  color: #90A9D2;
  }
a:hover {
  color: #90A9D2;
  }

html {
	min-height: 100%;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background-color: #E8E8E8;
	/*background-color: #E2E3E7;*/
	color:#26272C;
	font-family:Tahoma,sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding-top:35px;
	text-align:center;
}

#outerwrap {
	background:transparent;
	padding-bottom:64px;
	text-align:center;
}
#innerwrap {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 850px;
	text-align:left;
}

#logo {
	background:transparent;
	margin-bottom:5px;
	text-align:center;
	clear: both;
}
#logo a {
	margin: 0;
	padding: 0;
}

#flag {
	float: left;
}
/* TOPNAVIGATION */
#topnavigation {
	background: #949490 url(../bilder/balken_bg.jpg) repeat-x left top;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
	text-align: right;
}

* html #topnavigation {
	width: 850px;
}

#topnavigation ul, #topnavigation li {
	text-decoration: none;
}

#topnavigation li {
	display:inline;
	border-right: 1px solid #fff;
}

#topnavigation li.lastitem {
	border: none;
}

#topnavigation a {
	color: #FAFAFA;
	padding: 0 7px;
	text-decoration: none;
	font-weight: bold;
}

#topnavigation a:hover {
	color: #FFE;
	text-decoration: underline;
	
}

/**** Leftnavigation *****/


#leftnavigation{
	float:left;
	width:220px;
	
	
}

#leftnavigation ul {
	padding:0;
}

#leftnavigation li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-bottom:1px solid #EAEADA;
}

#leftnavigation li a  {
	color:#1B1E2C;
	display:block;
	font-size:1.1em;
	padding:8px 0 8px 5%;
	text-decoration:none;
	width:209px;
	font-family: verdana, sans-serif;
}

* html #leftnavigation li a {
	width:219px;
}

#leftnavigation li a:hover  {
	color: #fff;
	font-weight:bold;
	background-color: #285083;
}

#leftnavigation li.leftnaviactive a  {
	color: #1B1E2C;
	font-weight:bold;
	background-color: #E8E8E8;
}
#leftnavigation li.leftnaviactive2 a  {
	color: #1B1E2C;
	font-weight:bold;
	background-color: #A9AAA5;
}

#contentwrap {
	clear: both;
	background:#FFFFFF;
	border-top:4px solid #FFFFFF;
	padding: 8px 12px 0 0;
	min-height: 450px;
}

* html #contentwrap {
	
	padding: 8px 0 0 0;
}

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

#content {
	padding: 10px 8px 10px 0;
	margin-bottom: 25px;
	
}

* html #content {
	padding: 10px 0 10px 0;
	margin-bottom: 25px;
	
}

#content p {
text-align: justify;
}

#content ul,
#content ol {
	padding: 12px 0;
	font-size: 1.2em;
	list-style-position: inside;
}


#content table {
	border-collapse: collapse;
	border: 1px solid #949590;
	margin: 12px 0;
	
}

#content td,
#content th {
	padding: 5px;
	border: 1px solid #949590;
	vertical-align: top;
	text-align: center;
}

#content td p,
#content th p {
	text-align:left;
}

#content th	{
	background: #285083;
	color: #fff;
}

#content .tr-even {
	background: #DFDFDF;
	color: #26272C;
	font-size: 1.2em;
}

#content .tr-odd {
	background: #fff;
	color: #26272C;
	font-size: 1.2em;
}

/********* Bildausrichtung ************/

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin: 6px 0;
}

.csc-textpic-text {
	margin: 6px 0 0 0;
}

#innercontentwrap {
	float:right;
	width:600px;
	
}

*html #innercontentwrap {
	float:right;
	width:590px;
 	margin-left: 10px;
}

#breadcrumb {
	color: #234065;
	position: relative;
}
#fb_icon {
	float: left;
	display: inline;
	margin-right: 10px;
	
}
#youtube_icon {
	float: left;
	display: inline;
}
#footer {
	clear: both;
	background: #949490 url(../bilder/balken_bg.jpg) repeat-x left top;
	color:#F7F7F2;
	font-family:sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-top:5px;
	height: 30px;

}

* html #footer {
	width: 850px;
}

#footer p {
	font-size: 12px;
	padding: 5px 0 0 5px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}

.csc-textpic {
	clear: both; 
}

#content div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #CCC;
	padding: 2px;
}


/****** Kontaktformular ******/
.tx-kontaktformular-pi1 {
	clear: both;
	margin-top: 25px;
}
 
.tx-kontaktformular-pi1 fieldset {
		border: 1px solid #ccc;
		padding: 10px;
	}
.tx-kontaktformular-pi1 legend {
	padding: 0.1em 0.4em;
	font-size: 16px;
	font-weight: bold;
	border: 3px double #ccc;
	background-color: #E0E1E5;
}

.tx-kontaktformular-pi1 input {
	display: block;
	float: left;
	width: 200px;
	border: 1px solid #ccc;
	background-color: #E0E1E5;
	margin: 5px;
	padding: 2px;
}

.tx-kontaktformular-pi1 textarea {
	display: block;
	float: left;
	width: 200px;
	border: 1px solid #ccc;
	background-color: #E0E1E5;
	margin: 5px;
	padding: 2px;
}
.tx-kontaktformular-pi1 .cpt img {
	margin: 5px;
}

.tx-kontaktformular-pi1 .submit_button,
.tx-kontaktformular-pi1 .reset_button {
	background-color: #E0E1E5;
	border: 3px double #ccc;
	width: 130px;
}

.tx-kontaktformular-pi1 label {
	width: 160px;
	margin: 5px;
	padding: 2px;
	float: left;
	text-align: right;
}
.tx-kontaktformular-pi1 p {
	clear: left;
	float: left;
	width: 100%;
}

.tx-kontaktformular-pi1 .error {
	color: red;
}

.tx-kontaktformular-pi1 input:focus,
.tx-kontaktformular-pi1 input:hover,
.tx-kontaktformular-pi1 textarea:focus,
.tx-kontaktformular-pi1 textarea:hover {
	background-color: #fff;
}


/********* News ********/
.news-latest-container {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 2px;
	border:1px solid #EAEADA;
}

.news-latest-container a {
	text-decoration:none;
}
.news-latest-container a:hover {
	text-decoration:underline;
}

.news-latest-container h2 {
	background-color: #E8E8E8;
	padding: 3px 10px;
}

.news-latest-container h3 {
	font-size: 1.2em;
}

.news-latest-container .news-latest-item {
	padding: 0 10px;
}

.news-latest-item img {
	float:left;
	margin-right: 10px;
}

.news-single-img img {
	float:left;
	margin-right: 10px;
}


.news-single-item hr.clearer {
	visibility: hidden;
}

ul ul {
	margin-left: 15px;
}
ul ul ul{
	margin-left: 30px;
}
