/************************************************
* main.css
* basic styles of carsten michael's homepage
************************************************/

/* Imports */
	@import "cmxformTemplate.css";
	@import "cmxform.css";


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { 
	font-size: 36px; 
	line-height: 1; 
}
h1 span.vorname{
	color: #00b9f2;
}
h1 span.nachname{
	color: #299761;
	font-weight: bold;
}
.frontpage h1{
	font-size: 54px; 
	text-align: center;
	margin: 72px 0 72px 0; 
}

h2 { 
	color: #00b9f2; 
	font-size: 1.8em; 
	margin-bottom: 0.75em; 
}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h1 img.logo{
	height: 36px;
}
h1.logo{
	margin-bottom: 12px;
	margin-top: 20px;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img      { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #999999; }
a           { color: #299761; text-decoration: none; }

#links_page_bottom a{
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}
#links_page_bottom a.impressum{
	font-weight: normal;
}
.error_msg p{
	float: left;
	font-size: 14px;
	text-indent: 0;
	padding-bottom: 18px;
}
.appell p{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #299761;
	text-indent: 0;
	margin-top: 18px;
}
.appell p a{
	text-decoration: underline;
}
/* Images
---------------------------------------------------------------*/
img.banklounge,
img.moneyskriptur,
img.bl-graphistics {
	height: 42px;
	margin-top: 4px;
}

img.moneyskriptur {
	height: 36px;
}
img.bl-graphistics {
	height: 58px;
}
a.moneyskriptur{
	/*margin-left: 12px;*/
	text-align: center;
}
img.moneyskriptur{
	margin-left: 20px;
}
img.bl-graphistics{
	float: right;
}

.link_bar img.moneyskriptur {
	height: 26px;
}
.link_bar img.bl-graphistics {
	height: 32px;
	float: left;
}
.link_bar img.banklounge{
	height: 23px;
}
.link_bar img.carstenmichael{
	margin-top: 2px;
	height: 18px;
}
li.logo{
	padding-right: 18px;
}
.link_bar .home{
	padding-left: 18px;
}
/* Lists
-------------------------------------------------------------- */
ul, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;	
}

li p{
	font-size: 16px;
	vertical-align: -4px;
}
.competencies ul{
	list-style-type: none; 
	padding-left: 20px;
}
.competencies li{
	list-style-image: url(../images/bullets-cyan_12.gif);
	line-height: 18px;
}

#links_page_bottom li{
	margin-left: 18px;
	float: left;
}




/* Horizontal rules
--------------------------------------------------------------*/
hr.bottom{}

/* Sections
---------------------------------------------------------------*/

#links_partner_sites{
	height: 52px;
	margin-top: 52px;
	margin-bottom: 18px;
}
#links_partner_sites div{

}

#links_page_bottom {
	margin-top: 18px;
}
#links_page_bottom .link_bar{
	float: right;
}
#links_page_bottom span.personal,
#links_page_bottom span.home{
	padding-right: 16px;
}

.content{
	display: block;
	margin-bottom: 36px;
	margin-top: 36px;
}

.divider{
	line-height: 20px;
	font-size: 20px;
	padding: 0 8px;
	color: #299761;
}
#links_page_bottom li.divider,
#links_page_bottom li.impressum	{
	padding: 0;
	margin-left: 8px;
}
.hide{
	display: none;
}

.address{
	display: block;
	padding-bottom: 18px;
}
.impressum{
	display: block;
	padding-bottom: 18px;
}
 h2.impressum{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Forms */
.error,
.notice, 
.success    { 
	border: 1px solid #ddd; 
	color: #00b9f2;
	background: none;
}

input.error      { 
	background: #FBE3E4; 
	color: #8a1f11; 
	border-color: #FBC2C4; 
	padding: 0; 
	margin-bottom: 0; 
}

label.error{
	background: none;
	border: 0;
	display: block;
	padding: 0; 
	margin-bottom: 18px; 
}

#contactForm { width: 670px; }
#contactForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}

form.cmxform {
	width: 370px;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	padding-left: 0;
	border: none;
	border-top: 0px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #fff;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px 0;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
input, textarea {	border: 1px solid black; }

input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }


/* Icons */
.mime_pdf{
	display: block;
	background: url(../images/pdf_document.png) no-repeat left 2px;
	height: 18px;
}
.mime_pdf span{
	margin-left: 20px;
	line-height: 18px;
}
