/***************************************
Author	: Niels Lange <info@nielslange.de>
Date	: 2009.04.12
Project	: pleasestop.it
File	: css/content.css
***************************************/

/* GENERAL ****************************/

@CHARSET "UTF-8";

body {
	color: #6c6960;
	line-height: 110%;
}

/* LANGUAGE ***************************/

#language img {
	border: 1px solid white;
}

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

#content h2 {
	border-bottom: 1px solid #b3afa2;
	margin: 40px 0 20px 0; 
	font-family: verdana, sans-serif;
	font-size: 15px;
	color: #6c6960;
}

#content h3 {
	margin: 20px 0; 
	font-family: verdana, sans-serif;
	font-size: 15px;
	font-variant: small-caps;
	color: #6c6960;
}

#content ul {
	margin: 20px;
}

#content li {
	font: 12px verdana, sans-serif;
	margin-bottom: 10px;
}

#content p {
    font: 12px verdana, sans-serif;
	margin: 20px 0;
}

#content a {
	color: #6c6960;
	text-decoration: none;
    border-bottom: 1px dotted;
}

#content a:hover, #content a:focus {
    border-bottom: 1px solid;
}

#content .infobox {
    border: 1px solid #B3AFA2;
    padding: 5px;
    width: 250px;
    float: right;
    margin: 0 0 10px 20px;
    font: 10px verdana, sans-serif;
}

#content .infobox img {
	margin-bottom: 2px;
}

#content .infobox a {
    font: bold 10px verdana, sans-serif;
}

/* MAP *********************************/

#map {
	border: 1px solid #999;
	padding: 5px;
	height: 350px;
}

/* FOOTER *****************************/

#footer {
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #6c6960;
}

#footer a {
	color: #6c6960;
	text-decoration: none;
    border-bottom: 1px dotted;
}

#footer a:hover, #footer a:focus {
    border-bottom: 1px solid;
}