@charset "UTF-8";

/* ---------
 * Content Stylesheet - Kurz GmbH
 *
 * @copyright       Copyright 2008-2009, Kurz GmbH
 * @link            http://www.kurz-moving.de
--------- */


#kurz_content h1 {
	color: #536b85;
	font-weight: normal;
	font-size: 1.6em;
	font-style: italic;
}

#kurz_content h2 {
	color: #545454;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0 0 0.2em 0;
}

#kurz_content h3 {
	color: #545454;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 0.2em 0;
}

#kurz_content a {
	color: #536c85;
	text-decoration: underline;
}

#kurz_content a:hover {
	color: #536c85;
	text-decoration: none;
}

#kurz_content ul {
	margin: 8px 0 8px 25px;
}

#kurz_content li {
	list-style-type: square;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #b3b3b3;
}

p {
    margin: 0;
    padding: 1em 0;
    line-height: 1.5em;
}

.clearit {
    clear: both;
    font-size: 0em;
    line-height: 0px;
}

input, textarea, select {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #7e7e7e;
}

