html {
    height: 100%;
}
body {
    height: 100%;
	background: #111111;
	font: 100% Lucida Grande, Lucida Sans Unicode, Lucida Sans, Trebuchet MS, Verdana, Helvetica, sans-serif;
	text-align: center;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	color: #000;
}

img,div,p,ul,li,td {
	border: 0;
	margin: 0;
	padding: 0;
	color: #333;
}

a {
	border: 0;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

ul {
	list-style: none;
}

#main {
	width: 936px;
	height: 100%;
	margin: auto;
	text-align: left;
}


/*--------------------------
header
------------------------- */

#claim {
	float: left;
	width: 688px;
	height: 162px;
}
#claim h1 {
    margin-top: 122px;
    margin-left: 32px;
    font: 24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", "Verdana", "Helvetica", "sans-serif";
    color: #000;
}

#logo {
	float: left;
	width: 248px;
	height: 162px;
	background: url(images/header/bg_home_header_right.jpg) no-repeat;
}
#logo h1 a {
	display: block;
	width: 248px;
	height: 162px;
	text-indent: -1200px;
}




/*--------------------------
sprachreisen-tabellen
------------------------- */

.sprachreisen_table_header {
	background-color: #C3CEE7;
}
.sprachreisen_table_data {
	background-color: #CCD6EB;
}

/* -----------------------------
sprachreisen navigation top
---------------------------- */
#body #sprachreisen_nav-top {
	display:none;
}


/*--------------------------
body
------------------------- */
#body {
	clear: both;
	width: 936px;
    height: 607px;
	overflow: visible;
	background: #FFF url(images/bg_body.gif) no-repeat;
}


/* -----------------------------
navigation top
---------------------------- */
#body #nav-top {
	display:none;
}

/* -----------------------------
navigation left column
---------------------------- */
#body #nav-left {
	display:none;
}

/* -----------------------------
navigation bottom column
---------------------------- */
#body #nav-bottom {
	display:none;
}

/*--------------------------
content
------------------------- */
#body #content {
	float: left;
	width: 692px;
	height: auto;
	padding: 0 20px;
}
#content h1 {
	margin: 20px 0;
	font-size: 1.4em;
	font-weight: normal;	
	color: #333;
}
#content h2 {
	margin: 16px 0;
	font-size: 1.1em;
	font-weight: bold;	
	color: #333;
}
#content h3 {
	margin: 14px 0;
	font-size: 1.1em;
	font-weight: bold;	
	color: #333;
}
#content strong {
	font-weight: bold;	
	color: #333;
}
#content p {
	margin: 1em 0;
}
#content ul {
	list-style: outside disc;
	padding: 1em;
}
#content td {
	list-style: outside disc;
	padding: 0.5em;
}
#content .daten_und_preise {
	border: 0.5;
	background-color:#E0F5E3;
	width:120px;
	height:40px;
	margin-left:5px;
	margin:0;
	padding:0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}


/*--------------------------
content pictures left
------------------------- */
#content #pics {
	display:none;
}


/*--------------------------
content pictures right
------------------------- */
#content #pics_right {
	display:none;
}


/*--------------------------
content text right
------------------------- */
#content #text {
	float: left;
	width: 260px;
	padding: 20px 0;
}
#content #text ul {
	list-style: outside disc;
	padding: 1em;
}

/*--------------------------
content text left
------------------------- */
#content #text_left {
	float: left;
	width: 242px;
	padding: 20px 0;
}
#content #text_left ul {
	list-style: outside disc;
	padding: 1em;
}



/*--------------------------
right column
------------------------- */
#body #col-right {
	display:none;
}


/*--------------------------
footer
------------------------- */

#footer {
    display:none;
}

