/*  
Theme Name: Premedic CSS
Theme URI: http://www.premedic.ch


*/



/* CONTENT TEXT */
html, body, div, p, h1, h2, h3, h4, ul, ol, span, table, td, form, li, input, textarea {
	font: normal 12px/1.5em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	line-height: 14px;
	color: #00000;

}
html, body, div, p, h1, h2, h3, table, td, form, img, ul, li {
	margin: 0px;
	padding: 0px;
}
html, body {
	background-color: #FFFFFF;
}

a, a:link, a:active, a:hover, a:visited {
	color: #61AFB3; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-decoration: none;
}

a:active, a:hover {
	color: #ffffff;
	background-color: #173837;
	font-weight: bold; 
	text-transform: uppercase; 
}


a:focus { outline: none; 
}


a.nothing {
	border: none;
	background-color: transparent;
}


a.selected, a.selected:link, a.selected:visited, a.selected:active  {
	text-decoration: none;
	color: #ffffff;
	background-color: #173837;
	font-weight: bold; 
	text-transform: uppercase; 
}


a.selected:hover {
	color: #ffffff;
	background-color: #173837;
	font-weight: bold; 
	text-transform: uppercase; 
}


.text_bold {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.text_soft {
	color: #61AFB3;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

.text_highlight {
	color: #173837;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.text_header {
	color: #173837;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -70px;
}

.text_sub {
	color: #999999;
	font-size: 11px;
}

hr{
 border: 0px;
 border-top: dotted 1px #61AFB3;
 border-bottom: transparent;
 margin-top: 5px;
 margin-bottom: 5px;
}



/* CONTENT GENERAL */


img {
	border: 0px;
}

#page {
	width: 777px;
	left: 50%;
	margin-left: -287px;
	position: absolute;
}

#header {
	width: 100%;
	height: 270px;
}

#nav, #navend {
	background-position-y: bottom;
	float: left;
	text-align: right;
	width: 130px;
	margin-right: 25px;
	margin-bottom: 30px;
}

#navend {
	float: none;
	height: 1px;
}

#nav a, #nav a:link, #nav a:active, #nav a:hover, #nav a:visited {
	color: #61AFB3; 
	line-height: 14px;
	font-weight: bold; 
	text-transform: uppercase; 
	text-decoration: none;
}

#nav a.selected, #nav a:active, #nav a:hover {
	color: #ffffff;
	background-color: #173837;
	font-weight: bold; 
	text-transform: uppercase; 
}

#start, #category, #content, #contentspecial {
	float: left;
	width: 400px;
	margin-bottom: 5px;
	line-height: 30px;
}

#start {
	line-height: 1.5em;
}

.entry img {
	margin-bottom: 10px;
	border: 0px;
}

.noborder img {
	border: 0px;
}


.border img {
	border: 1px dotted #61AFB3;
}


#category .thumbs {
	float: left;
	width: 25%;
	height: 90px;
	text-align: left;	
}

#category .thumbs img {
	border: 1px;
}

#footer {
	width: 777px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
	margin-top: -7px;
	display: block;
	float: none;
}

#footerleft {
	width: 130px;
	background: transparent url(img/line-dot.gif) repeat-x;
	float: left;
	margin-top: -7px;
	margin-bottom: 10px;
}

#footerright {
	width: 430px;
	margin-left: 15px;
	background: transparent url(img/line-dot.gif) repeat-x;
	float: left;	
	line-height: 30px;
	text-align: center;
	margin-top: -7px;
	margin-bottom: 0px;
}

#start .dotleiste, #category .dotleiste, #contentspecial .dotleiste {
	background: transparent url(img/line-dot.gif) repeat-x;
	height: 1px;
	margin-bottom: 10px;
	width: 130px;
}

.bottom {
	margin-top: 10px;
}


.dotleiste {
	background: #fff url(img/line-dot.gif) top repeat-x;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dotleisteunten {
	background: #fff url(img/line-dot.gif) top repeat-x;
	height: 1px;
	margin-top: -2px;
}


.links {
	float: left; 
	line-height: 30px;
}

.rechts {
	float: right; 
	line-height: 30px;
	padding-right: 2px;
}

#entrylisting {
	float: left;
	text-align: left;
	width: 110px;
	margin-left: 15px;
	margin-top: 29px;
}

#entrylisting ul {
	list-style: none;
}

#entrylisting li {
}

input, textarea, select {
	border: 1px solid #ccc;
	padding: 3px;
}


/* End Various Tags & Classes*/


