/*
 * WebUni 2.0 Style Guide
 *
 **/

body {
	font: 14px Arial;
	padding: 1em;
}
 
a {
	text-decoration: none;
} 

a img {
	border: 0;
}
 
p {
	margin: 0 0 1em 0;
}

.StyleGuide h1 {
	color: #128;
	font-size: 24px;
	font-weight: normal;
	margin: 0.5ex 0 1em 0;	
}


.StyleGuide h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 1ex 0;
	color: #128;
}

.StyleGuide h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 1ex 0;
	color: #000;
}

.StyleGuide h4, .StyleGuide h5, .StyleGuide h6 {

}



.StyleGuide blockquote {
	color: #444;
	font-style: italic;
	margin: 0 2em 1em 3em;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}



.StyleGuide a {	
	color: #128;
	font-weight: bold;
}

.StyleGuide a:hover {	
	color: #128;
}

.StyleGuide p a, .StyleGuide big a, .StyleGuide small a, .StyleGuide .small a, .StyleGuide a.small, 
.StyleGuide h4 a, .StyleGuide h5 a, .StyleGuide h6 a, .StyleGuide a.normal {
	font-weight: normal;
	color: #128;
}

.StyleGuide big, .StyleGuide .big {
	font-size: 18px;
	font-weight: normal;
}

.StyleGuide small, .StyleGuide .small  {
	font-size: 10px;
}


.StyleGuide h4 small, .StyleGuide h4 .small  {
	font-size: 18px;
}


.StyleGuide a img {
	vertical-align: middle;
}

.StyleGuide a.imagelink img {
	vertical-align: top;
}

.StyleGuide .gray, .StyleGuide .grey {
	color: #777 !important;
}

.StyleGuide .orange {
	color: #ff9600;
}

.StyleGuide hr {
	border: 0;
	border-top: 1px solid #142187;
	height: 1px;
	width: 100%;
	margin: 0 0 2ex 0;
}

.StyleGuide table.layout {
	width: 100%;
}

.StyleGuide table.layout td {
	vertical-align: top;
	padding: 0;
}

html>body .StyleGuide table.layout td {
	vertical-align: top;
	padding: 0 0 3px 0; 
}

.StyleGuide table.layout td p {
	margin-right: 2ex;
}

.StyleGuide form  {
	padding: 0;
	margin: 0;
}

.StyleGuide form label {
	font-weight: normal;
	padding: 0 1ex 0 0;
}

.StyleGuide input.text, .StyleGuide textarea, .StyleGuide select  {
	border: 1px solid #7E9EB7;
	margin-bottom: 1ex;
	margin-right: 1ex;
	font-size: 11px;
	padding: 2px;
}

.StyleGuide input.disabled, .StyleGuide textarea.disabled, .StyleGuide select.disabled  {
	border: 1px solid #666 !important;
	margin: 0 1ex 1ex 0;
	font-size: 11px;
	padding: 2px;
	background: #ececec !important;
}

.StyleGuide .table_footer input.text, .StyleGuide .table_footer textarea, .StyleGuide .table_footer select  {
	border: 1px solid #128;
	font-size: 11px;
	padding: 2px;
	background: #dadcee;
	margin: 0 0.5ex;
}

.StyleGuide input.text {
	vertical-align: top;
}


html>body .StyleGuide input.text {
	padding: 2px;
	vertical-align: top;
}

.StyleGuide textarea {
	font-size: 11px;
}

.StyleGuide p input, .StyleGuide p  input  {
	margin: 0;
}


.StyleGuide input.button {
	background: #E8E4EF;
	font: normal 12px Arial;
	padding: 1px 0;
	color: #000;
	border: 1px solid #003E74 !important;
}

html>body .StyleGuide input.button {
	background: #fff url('../../symb/default/bg_button.gif');
	font: normal 12px Arial;
	padding: 1px 1em;
	color: #000;
	border: 1px solid #003E74 !important;
}

html>body .StyleGuide .table_footer input.button {
	font: normal 11px Arial;
	padding: 2px 1em;
	color: #000;
	margin: 0;
	border: 1px solid #003E74 !important;
}

.StyleGuide input.textbutton {
	font-size: 10px;
	background: transparent;
	border: 0;
	width: auto;
	text-align: left;
	padding: 0px;
	margin: 0 -3px;
	color: #128;
	cursor: pointer;
}



.StyleGuide .evil, .StyleGuide a.evil:hover {
	color: #e00;
}

.StyleGuide ul, .StyleGuide ol  {
	margin: 0 0 1em 1.5em;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}

.StyleGuide ul li, .StyleGuide ol li {
	margin: 0 0 1em 0;
}

.StyleGuide ul.linklist {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.StyleGuide ul.optionlist {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.StyleGuide .layout td ul.optionlist {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.StyleGuide ul.linklist li, .StyleGuide ul.optionlist li {
	margin: 0 0 1ex 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

.StyleGuide ul.optionlist li {
	margin: 0 0 1ex 0;
}

.StyleGuide ul.optionlist ul li {
	margin: 0 0 1ex 0;
}

.StyleGuide ul.optionlist li input {
	vertical-align: middle;
	margin: 0 1ex 0 0;
	border: 0;
}


.StyleGuide ul.optionlist li select {
	vertical-align: middle;
}

.StyleGuide select, .StyleGuide input {
	vertical-align: middle;
}

.StyleGuide ul.optionlist li label {
	font-weight: normal;
	padding: 0;
}

.StyleGuide ul.smalllist {
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.StyleGuide ul.smalllist li {
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}


.StyleGuide pre {
	background: #ececec;
	padding: 1ex;
	margin: 0 0 1em 0;
	line-height: 150%;
}	

.StyleGuide samp, .StyleGuide .samp {
	font: normal 11px Arial;
}

.StyleGuide a.toplink {
	display: block;
	vertical-align: middle;
	padding: 0.2ex 0;
	width: 25%;
}


/** blaue infoboxen mit weniger abstand **/

#content .blue .StyleGuide {
	padding: 1em 3px 3px 3px;
}

.StyleGuide small img {
	vertical-align: top;
}

.nobr {
	white-space: nowrap;
}

div.indent {
	margin-left: 3em;
}

.center { text-align: center; }

.StyleGuide .slideChanger {
	margin: 0 0 1ex 0;
}

.StyleGuide .subContent {
	border: 1px solid #717AD1; 
	padding: 2.5ex 2.5ex 1ex 2.5ex;
	margin-bottom: 1.5ex;
}

.StyleGuide .slider a {
	font-weight: normal;
	color: #128;
}

table.layout td {
	vertical-align: top;
}
