/* ########################### Layout für www.limes-cicerones.de #################################### */
/* ################################################################################################## */
/* ############# (c) markus slaby media, www.markus-slaby-media.de ################################## */

body{
	margin: 0px;
	padding: 0px;

	background-color: #FFFFFF;
}

#page{
	margin-left: 2cm;
}

#logo{
	display: none;
}

#printlogo{
	top: 0px;
	right: 0px;
	float: left;
	position: absolute;
}

#menue{
	display: none;
}

#links{				/* linke Spalte der Website */
	display: none;
}

#mitte{				/* Hauptspalte der Website - für Inhalt */
	width: 100%;
	top: 1cm;
	position: relative;
	float: left;

	margin-right: 1cm;
	margin-bottom: 0.5cm;
	padding-bottom: 1cm;
	
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #000000;
}

#rechts{				/* rechte Spalte der Website */
	display: none
}

.clearer{			/* beendet das Floating */
	width: 980px;
	height: 25px;
	bottom: -50px;
	position: relative;
	clear: left;
}

#footer{				/* Fußzeile der Website */
	display: none;
}

#printfooter{				/* Fußzeile der Website */
	width: 100%;
	position: relative;
}

.rosa{
	background-color: #F2C7B9;
}

/* ######################################   t t _ n e w s  ########################################*/
.news-latest-img{
	float: right;
	
	margin-left: 3px;
	margin-bottom: 3px;
}

.news-list-item{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.news-single-img{
	width: 220px;
	float: right;
	
	margin-left: 3px;
	margin-bottom: 3px;
	
	background-color: #D86A74;
}

.news-single-clearer{
	float: none;
	clear: both;
}



/* ###########################################   S C H R I F T   ############################################## */
h1, h2, h3, h4, h5, h6, p, li, dt, dd, a, label, em, strong{
	font-family: Tahoma, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	
	text-align: left;
	
	color: #000000;
}

h1{
	font-size: 2.0em;
	font-weight: bold;
	color: #000000;
}

h2{
	font-size: 1.8em;
	font-weight: bold;
}

h3{
	font-size: 1.6em;
	font-weight: bold;
}

label{
	font-size: 0.8em;
}

.news-list-item h3{
	margin-top: 2px;
	margin-bottom: 0px;
}

h4{
	font-size: 1.4em;
	font-weight: bold;
}

h5{
	font-size: 1.2em;
	font-weight: bold;
}

em{
	font-weight: bold;
	color: #000000;
}

strong{
	font-weight: bold;
	color: #000000;
}

/* ################# Definitionen für den Kopf-Slogan ################################ */
#head h1{
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	
	color: #000000;
	
	padding: 0px;
	margin: 0px;
	margin-top: 48px;
}

#head h3{
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
	
	color: #000000;
	
	padding: 0px;
	margin: 0px;
}

#head p{
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0em;
	
	color: #000000;

	padding: 0px;
	margin: 0px;
}

/* ################# Definitionen für tt_news ######################################## */
.news-list-date{
	font-size: 0.8em;
	color: #000000;
}

.news-single-timedata{
	font-size: 0.8em;
	font-weight: bold;
	
	margin: 0px;
}

.news-single-imgcaption{
	font-size: 0.8em;
	color: #000000;
	
	padding-left: 2px;
	padding-right: 2px;
}

/* ################# Definitionen für Links (nicht Menü) ############################# */
a{
	text-decoration: underline;
	color: #000000;
}