body {
	background-image: url('./images/layout/bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
	border: none;
	border-spacing: 0px;
}

table, tr, th, td {
	margin: 0px;
	padding 0px;
	border-spacing: 0px;
	border: none;
	border-collapse: collapse;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Links */
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover, a:active { 
	color: #ce0000;
}

P, OL, UL, DIV, H1, H2, H3, H4 {
	font-family: tahoma,verdana,arial;
	padding: 0px;;
	margin: 0px;
}

h1 {
	font-family: tahoma,verdana,arial;
	color: #ce1818;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 5 0;
}
h2 {
	font-family: tahoma,verdana,arial;
	color: #ce1818;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 5 0;
}
h3 {
	font-family: tahoma,verdana,arial;
	color: #ce1818;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 5 0;
}
h4 {
	font-family: tahoma,verdana,arial;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 5 0;
}
h5 {
	font-family: tahoma,verdana,arial;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 0 0;
}
h6 {
	font-family: tahoma,verdana,arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 0 0;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	padding-top: 2px;
}
.bodytext {
	padding-top: 0px;
}

/* RTE / Bulletlists */
UL { 
	margin-top: 0px;  
}

UL LI { 
	color: #000000;
	text-decoration: none;
	line-height: 120%;
	margin: 0px 0px 5px 17px;
	list-style-image: url(./images/layout/liste.gif);
}
OL {
	 margin-top: 0px;
}
OL LI { 
	color: #000000;
	text-decoration: none;
	line-height: 120%;
	margin: 0px 0px 5px 25px;
	list-style-type: decimal-leading-zero;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}


#main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border: none;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* FOOTER  */
#main .footer {
	background-color: #000000;
	height: 40px;
}

#main .footertab {
	width: 1000px;
	height: 100%;
	border-spacing: 0px;
	border: none;
	color: #ffffff;
}
#main .footertab .copy {
	color: #ffffff;
	padding-left: 6px;
}
#main .footertab .copy a {
	color: #ffffff;
}

#main .footertab .footernav {
	text-align: right;
	color: #ffffff;
	padding-right: 5px;
}
#main .footertab .footernav a {
	color: #ffffff;
	text-decoration: none;
}
#main .footertab .footernav a:hover {
	text-decoration: underline;
}
#main .footertab .footernav a.on {
	text-decoration: underline;
}
/* FOOTER  */

#main .maintab {
	vertical-align: top;
	border-collapse: collapse;
}
#maintab {
	background-image: url('./images/layout/banner_start.gif');
	background-repeat: no-repeat;
	background-position: 400px 48px;
	width: 1000px;
	height: 100%;
	border-collapse: collapse;
}

/* Navigation TOP */
#maintab .topnav {
	height: 50px;
	padding-left: 6px;
}
#maintab .topnav a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#maintab .topnav a:hover {
	color: #ce1818;
	text-decoration: none;
}
#maintab .topnav a.on {
	color: #ce1818;
	text-decoration: underline;
}
/* Navigation TOP */

#maintab .contenttab {
	width: 700px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
#maintab .navtab {
	width: 300px;
	vertical-align: top;
	padding-top: 70px;
}

#maintab .cblink {
	text-align: center;
	vertical-align: center;
	color: #ffffff;
}
#maintab .cblink a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
#maintab .cblink a:hover {
	color: #ce1818;
}
#maintab .cblink a.on {
	color: #ce1818;
	text-decoration: underline;
}


/**********************************************************/
/*                         HOTLINE                        */
/**********************************************************/
#hotline {
	background-color: #ce1818;
	height: 50px;
	width: 100%;
	margin-top: 130px;
	text-align: center;
	vertical-align: middle;
}



/**********************************************************/
/*                          LOGIN                         */
/**********************************************************/
#login {
	width: 100%;
	background-color: #ce1818;
	color: #ffffff;
	margin-top: 5px;
}
#login .user {
	padding-top: 11px;
}
#login .sendpwd {
	height: 45px;
	vertical-align: middle;
}
#login .status {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px; 
}
#login th {
	padding-left: 5px;
	font-weight: normal;
	width: 90px;
	height: 25px;
	text-align: right;
}
#login td {
	text-align: left;
}
#login .info {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px; 
}

#login .footer {
	background-color: #ce1818;
	text-align: left;
	padding-left: 32px;
	padding-bottom: 5px;
}
#login .footer a {
	color: #ffffff;
}
#login .footer a:hover {
	text-decoration:  none;
}



/**********************************************************/
/*                        KURSSUCHE                       */
/**********************************************************/
#coursesearch {
	width: 100%;
	background-image: url('./images/layout/bg_kurssuche.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8d1818;
	margin-top: 5px;
}
#coursesearch .title {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px; 
}
#coursesearch th {
	padding-left: 32px;
	padding-top: 5px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

#coursesearch .search {
	text-align: center;
	padding-top: 3px;
	color: #ffffff;
	font-weight: bold;
}
#coursesearch .searchtext {
	text-align: left;
	border: 1px solid #313131;
	width: 230px;
}
#coursesearch .cat {
	text-align: center;
	padding-top: 3px;
}
#coursesearch .searchcat {
	text-align: left;
	padding-left: 5px;
	border: 1px solid #313131;
	width: 230px;
}
#coursesearch .searchdate {
	width: 100%;
	
}
#coursesearch .searchdate .searchtd {
	padding-top: 5px;
	width: 220px;
	text-align: right;
	color: #ffffff;
}
#coursesearch .searchdate .searchtd .searchdate	 {
	width: 140px;
	border: 1px solid #313131;
	}


#coursesearch .searchdate .searchtdbtn {
	padding-top: 10px;
	width: 220px;
	text-align: right;
	color: #ffffff;
}
#coursesearch .searchdate .searchtdbtn input {
	margin-right: 20px;
}

#coursesearch .courseoverview {
	padding-top: 15px;
	padding-bottom: 10px;
}
#coursesearch .courseoverview a {
	color: #ffffff;
}
#coursesearch .courseoverview a:hover {
	color: #ffffff;
}



/**********************************************************/
/*                        KURSBUCH                        */
/**********************************************************/
#kursbuch  {
	width: 100%;
	height: 50px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
}
#kursbuch a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}



/**********************************************************/
/*                         CONTENT                        */
/**********************************************************/
#content {
	width: 100%;
	border-collapse: collapse;
	border-spacing:  0px;
	border: none;

}
#content .logo {
	height: 125px;
	vertical-align: top;
	padding-top: 45px;
	padding-left: 5px;
}
#content td {
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}
#content .contentborder {
	vertical-align: top;
	padding-left: 6px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#content .navleft {
	padding: 8 5 6 6;
	vertical-align: top;
}
#content .contentmiddle {
	width: 100%;
	height: 100%;
	border-collapse: separate;
	border-spacing: 6px;
	vertical-align: top;
}
#content .contentleft {
	border: 1px solid #cecece;
	padding: 6 5 6 5;
	vertical-align: top;
}
#content .contentright {
	width: 50%;
	border: 1px solid #cecece;
	padding: 6 5 6 5;
	vertical-align: top;
}
#content .contentdefault {
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 5px;
}




/**********************************************************/
/*                      SUBNAVIGATION                     */
/**********************************************************/
#navleft {
	width: 100%;
}
#navleft .level1 {
	background-image: url('./images/layout/2pfeil.gif');
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 14px;
	padding-top: 6px;
	background-color: transparent;
}
#navleft .level1 a {
	color: #313131;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#navleft .level1 a:hover {
	color: #ce1818;
}
#navleft .level1 a.on {
	color: #ce1818;
}

#navleft .level2 {
	padding-left: 25px;
	padding-top: 2px;
	background-color: transparent;
}
#navleft .level2 a  {
	font-size: 12px;
	color: #313131;
	text-decoration: none;
}
#navleft .level2 a:hover {
	color: #313131;
	text-decoration: underline;
}
#navleft .level2 a.on {
	color: #313131;
	text-decoration: underline;
}

.csc-mailform{
 border: 1px solid #ffffff;
 padding: 0px;
}
.csc-mailform-field {
	width: 145px;
	padding-right: 5px;
}
.csc-mailform-field input, .csc-mailform-field textarea {
	border: 1px solid #313131;
}



/**********************************************************/
/*                    ONLINE-Kursbuch                     */
/**********************************************************/
#onlinecoursebook {
	background-color: #ce1818;
	height: 50px;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
}
#onlinecoursebook td {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
